pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/gpgme
Module Name: pkgsrc
Committed By: wiz
Date: Wed Nov 6 22:29:57 UTC 2024
Modified Files:
pkgsrc/security/gpgme: Makefile
Log Message:
igpgme: fix rpaths in pkg-config files
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/security/gpgme/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/gpgme/Makefile
diff -u pkgsrc/security/gpgme/Makefile:1.119 pkgsrc/security/gpgme/Makefile:1.120
--- pkgsrc/security/gpgme/Makefile:1.119 Wed Nov 6 21:01:45 2024
+++ pkgsrc/security/gpgme/Makefile Wed Nov 6 22:29:57 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.119 2024/11/06 21:01:45 adam Exp $
+# $NetBSD: Makefile,v 1.120 2024/11/06 22:29:57 wiz Exp $
DISTNAME= gpgme-1.24.0
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= https://www.gnupg.org/ftp/gcrypt/gpgme/
EXTRACT_SUFX= .tar.bz2
@@ -34,6 +35,12 @@ BUILDLINK_TRANSFORM+= rm:-Wsuggest-overr
TEST_TARGET= all
TEST_DIRS= tests
+PKGCONFIG_OVERRIDE+= src/gpgme.pc
+PKGCONFIG_OVERRIDE+= src/gpgme-glib.pc
+PKGCONFIG_OVERRIDE+= lang/cpp/src/gpgmepp.pc
+
+PKGCONFIG_OVERRIDE_STAGE= post-configure
+
.include "options.mk"
.include "../../security/libassuan2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index