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:   ryoon
Date:           Tue Apr  8 17:17:59 UTC 2025

Modified Files:
        pkgsrc/security/gpgme: Makefile

Log Message:
security/gpgme: Fix build with libgpg-error-1.52


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 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.123 pkgsrc/security/gpgme/Makefile:1.124
--- pkgsrc/security/gpgme/Makefile:1.123        Mon Mar  3 21:32:27 2025
+++ pkgsrc/security/gpgme/Makefile      Tue Apr  8 17:17:59 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.123 2025/03/03 21:32:27 nia Exp $
+# $NetBSD: Makefile,v 1.124 2025/04/08 17:17:59 ryoon Exp $
 
 DISTNAME=      gpgme-1.24.2
 CATEGORIES=    security
@@ -26,6 +26,7 @@ SUBST_SED.pthread+=   -e 's,@PTHREAD_LIBS@
 SUBST_VARS.pthread=    PTHREAD_CFLAGS
 SUBST_STAGE.pthread=   pre-configure
 
+CPPFLAGS+=             -DGPGRT_ENABLE_ES_MACROS
 CPPFLAGS.Darwin=       -D_POSIX_C_SOURCE=200809L
 LIBS.SunOS+=           -lnsl -lsocket
 



Home | Main Index | Thread Index | Old Index