From eda9f383f80fe9dd14496d9bc4acc84264470292 Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur Date: Tue, 17 May 2022 21:14:43 +0430 Subject: [PATCH] Ports: Update libzip's patches to use git patches --- ... => 0001-Disable-some-unneeded-options.patch} | 16 +++++++++++++++- Ports/libzip/patches/ReadMe.md | 9 +++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) rename Ports/libzip/patches/{disable_unnecessary_options.patch => 0001-Disable-some-unneeded-options.patch} (81%) create mode 100644 Ports/libzip/patches/ReadMe.md diff --git a/Ports/libzip/patches/disable_unnecessary_options.patch b/Ports/libzip/patches/0001-Disable-some-unneeded-options.patch similarity index 81% rename from Ports/libzip/patches/disable_unnecessary_options.patch rename to Ports/libzip/patches/0001-Disable-some-unneeded-options.patch index 6570a34369..cbe5bc10aa 100644 --- a/Ports/libzip/patches/disable_unnecessary_options.patch +++ b/Ports/libzip/patches/0001-Disable-some-unneeded-options.patch @@ -1,5 +1,16 @@ +From de9d9f0619d8dbdb42ffa05cd73c50871dc4150e Mon Sep 17 00:00:00 2001 +From: Edwin Hoksberg +Date: Sun, 6 Jun 2021 13:56:15 +0200 +Subject: [PATCH] Disable some unneeded options + +Co-Authored-By: Manuel Palenzuela +Co-Authored-By: Panagiotis Vasilopoulos +--- + CMakeLists.txt | 30 +++++++++++++++++------------- + 1 file changed, 17 insertions(+), 13 deletions(-) + diff --git a/CMakeLists.txt b/CMakeLists.txt -index 017f7cf0..125900e2 100644 +index 017f7cf..3d8cc9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,19 +9,23 @@ project(libzip @@ -50,3 +61,6 @@ index 017f7cf0..125900e2 100644 find_program(MDOCTOOL NAMES mandoc groff) if (MDOCTOOL) +-- +2.36.1 + diff --git a/Ports/libzip/patches/ReadMe.md b/Ports/libzip/patches/ReadMe.md new file mode 100644 index 0000000000..91e6bed7c6 --- /dev/null +++ b/Ports/libzip/patches/ReadMe.md @@ -0,0 +1,9 @@ +# Patches for libzip on SerenityOS + +## `0001-Disable-some-unneeded-options.patch` + +Disable some unneeded options + + + +