pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libksba



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Apr  8 17:08:59 UTC 2025

Modified Files:
        pkgsrc/security/libksba: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/security/libksba/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/libksba/Makefile
diff -u pkgsrc/security/libksba/Makefile:1.44 pkgsrc/security/libksba/Makefile:1.45
--- pkgsrc/security/libksba/Makefile:1.44       Mon Mar  3 21:32:27 2025
+++ pkgsrc/security/libksba/Makefile    Tue Apr  8 17:08:59 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2025/03/03 21:32:27 nia Exp $
+# $NetBSD: Makefile,v 1.45 2025/04/08 17:08:59 ryoon Exp $
 
 DISTNAME=      libksba-1.6.7
 CATEGORIES=    security
@@ -17,6 +17,8 @@ INFO_FILES=           yes
 TEST_TARGET=           check
 TEXINFO_REQD=          4.0
 
+CPPFLAGS+=             -DGPGRT_ENABLE_ES_MACROS
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${USE_CROSS_COMPILE:U:tl} == yes



Home | Main Index | Thread Index | Old Index