pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libgcrypt



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Apr  8 16:15:42 UTC 2025

Modified Files:
        pkgsrc/security/libgcrypt: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/security/libgcrypt/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/libgcrypt/Makefile
diff -u pkgsrc/security/libgcrypt/Makefile:1.116 pkgsrc/security/libgcrypt/Makefile:1.117
--- pkgsrc/security/libgcrypt/Makefile:1.116    Mon Mar  3 21:32:27 2025
+++ pkgsrc/security/libgcrypt/Makefile  Tue Apr  8 16:15:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2025/03/03 21:32:27 nia Exp $
+# $NetBSD: Makefile,v 1.117 2025/04/08 16:15:42 ryoon Exp $
 
 DISTNAME=      libgcrypt-1.11.0
 PKGREVISION=   2
@@ -19,6 +19,8 @@ INFO_FILES=           yes
 
 .include "../../mk/compiler.mk"
 
+CPPFLAGS+=     -DGPGRT_ENABLE_ES_MACROS
+
 .if !empty(PKGSRC_COMPILER:Mclang)
 CFLAGS+=               -fheinous-gnu-extensions
 .endif



Home | Main Index | Thread Index | Old Index