pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/zziplib



Module Name:    pkgsrc
Committed By:   nros
Date:           Mon Jan  1 22:18:12 UTC 2024

Modified Files:
        pkgsrc/archivers/zziplib: Makefile

Log Message:
zziplib: add missing pkgconfig overrides


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/archivers/zziplib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/zziplib/Makefile
diff -u pkgsrc/archivers/zziplib/Makefile:1.34 pkgsrc/archivers/zziplib/Makefile:1.35
--- pkgsrc/archivers/zziplib/Makefile:1.34      Mon Oct 23 06:37:32 2023
+++ pkgsrc/archivers/zziplib/Makefile   Mon Jan  1 22:18:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2023/10/23 06:37:32 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2024/01/01 22:18:12 nros Exp $
 
 DISTNAME=      zziplib-0.13.72
 PKGREVISION=   3
@@ -19,6 +19,10 @@ CMAKE_ARGS+= -DZZIPTEST=NO
 
 CHECK_PORTABILITY_SKIP+=       old.configure
 
+PKGCONFIG_OVERRIDE+=           ${CMAKE_BUILD_DIR}/zzip/*.pc
+PKGCONFIG_OVERRIDE+=           ${CMAKE_BUILD_DIR}/zzipwrap/*.pc
+PKGCONFIG_OVERRIDE_STAGE=      post-build
+
 .include "../../mk/bsd.prefs.mk"
 
 PLIST_VARS+=   dylib



Home | Main Index | Thread Index | Old Index