mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 08:10:07 +02:00
* libzip: bump * Add test_req, disable optional deps * remove old recipe * suggestion from Begasus Co-authored-by: Jérôme Duval <jerome.duval@gmail.com>
22 lines
459 B
Plaintext
22 lines
459 B
Plaintext
From cfede57da3bd091f08ab8810d4cae8c919b56ff0 Mon Sep 17 00:00:00 2001
|
|
From: begasus <begasus@gmail.com>
|
|
Date: Sun, 21 May 2017 17:08:44 +0200
|
|
Subject: fix path for libincludedir
|
|
|
|
|
|
diff --git a/libzip.pc.in b/libzip.pc.in
|
|
index 58b3dca..11923f9 100644
|
|
--- a/libzip.pc.in
|
|
+++ b/libzip.pc.in
|
|
@@ -3,6 +3,7 @@ exec_prefix=@exec_prefix@
|
|
bindir=@bindir@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
+libincludedir=@includedir@
|
|
|
|
zipcmp=@bindir@/zipcmp
|
|
|
|
--
|
|
2.30.2
|
|
|