mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
Ports: Update libzip's patches to use git patches
This commit is contained in:
parent
b97b6bd348
commit
eda9f383f8
2 changed files with 24 additions and 1 deletions
|
@ -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
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||||
index 017f7cf0..125900e2 100644
|
index 017f7cf..3d8cc9f 100644
|
||||||
--- a/CMakeLists.txt
|
--- a/CMakeLists.txt
|
||||||
+++ b/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -9,19 +9,23 @@ project(libzip
|
@@ -9,19 +9,23 @@ project(libzip
|
||||||
|
@ -50,3 +61,6 @@ index 017f7cf0..125900e2 100644
|
||||||
|
|
||||||
find_program(MDOCTOOL NAMES mandoc groff)
|
find_program(MDOCTOOL NAMES mandoc groff)
|
||||||
if (MDOCTOOL)
|
if (MDOCTOOL)
|
||||||
|
--
|
||||||
|
2.36.1
|
||||||
|
|
9
Ports/libzip/patches/ReadMe.md
Normal file
9
Ports/libzip/patches/ReadMe.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Patches for libzip on SerenityOS
|
||||||
|
|
||||||
|
## `0001-Disable-some-unneeded-options.patch`
|
||||||
|
|
||||||
|
Disable some unneeded options
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue