1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 00:27:43 +00:00

Ports: Update libzip's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-17 21:14:43 +04:30 committed by Ali Mohammad Pur
parent b97b6bd348
commit eda9f383f8
2 changed files with 24 additions and 1 deletions

View file

@ -1,5 +1,16 @@
From de9d9f0619d8dbdb42ffa05cd73c50871dc4150e Mon Sep 17 00:00:00 2001
From: Edwin Hoksberg <mail@edwinhoksberg.nl>
Date: Sun, 6 Jun 2021 13:56:15 +0200
Subject: [PATCH] Disable some unneeded options
Co-Authored-By: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
Co-Authored-By: Panagiotis Vasilopoulos <hello@alwayslivid.com>
---
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

View file

@ -0,0 +1,9 @@
# Patches for libzip on SerenityOS
## `0001-Disable-some-unneeded-options.patch`
Disable some unneeded options