Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
18 lines
458 B
PkgConfig
18 lines
458 B
PkgConfig
--- libzip.pc.in.orig 2014-08-12 12:48:41 UTC
|
|
+++ libzip.pc.in
|
|
@@ -2,7 +2,6 @@ prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
-libincludedir=@libdir@/@PACKAGE@/include
|
|
|
|
zipcmp=@prefix@/bin/zipcmp
|
|
|
|
@@ -10,5 +9,5 @@ Name: libzip
|
|
Description: library for handling zip archives
|
|
Version: @VERSION@
|
|
Libs: @PKG_CONFIG_RPATH@ -L${libdir} -lzip @LIBS@
|
|
-Cflags: -I${includedir} -I${libincludedir}
|
|
+Cflags: -I${includedir}
|
|
|