You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libzip/files/libzip-0.11-fix_pkgconfig.p...

17 lines
359 B

--- a/libzip.pc.in
+++ b/libzip.pc.in
@@ -2,7 +2,6 @@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-libincludedir=@libdir@/@PACKAGE@/include
zipcmp=@prefix@/bin/zipcmp
@@ -10,5 +9,4 @@
Description: library for handling zip archives
Version: @VERSION@
Libs: -L${libdir} -lzip @LIBS@
-Cflags: -I${includedir} -I${libincludedir}