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.
17 lines
565 B
17 lines
565 B
2 years ago
|
Index: minizip-ng-3.0.2/minizip.pc.cmakein
|
||
|
===================================================================
|
||
|
--- minizip-ng-3.0.2.orig/minizip.pc.cmakein
|
||
|
+++ minizip-ng-3.0.2/minizip.pc.cmakein
|
||
|
@@ -1,8 +1,8 @@
|
||
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
-libdir=@INSTALL_LIB_DIR@
|
||
|
-sharedlibdir=@INSTALL_LIB_DIR@
|
||
|
-includedir=@INSTALL_INC_DIR@
|
||
|
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
||
|
+sharedlibdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
||
|
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
||
|
|
||
|
Name: @PROJECT_NAME@
|
||
|
Description: Minizip zip file manipulation library
|