pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libxslt



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Apr  8 16:25:39 UTC 2025

Modified Files:
        pkgsrc/textproc/libxslt: Makefile

Log Message:
textproc/libxslt: Fix build with libgpg-error-1.52


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pkgsrc/textproc/libxslt/Makefile

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

Modified files:

Index: pkgsrc/textproc/libxslt/Makefile
diff -u pkgsrc/textproc/libxslt/Makefile:1.137 pkgsrc/textproc/libxslt/Makefile:1.138
--- pkgsrc/textproc/libxslt/Makefile:1.137      Sun Feb  9 00:28:20 2025
+++ pkgsrc/textproc/libxslt/Makefile    Tue Apr  8 16:25:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.137 2025/02/09 00:28:20 rillig Exp $
+# $NetBSD: Makefile,v 1.138 2025/04/08 16:25:39 ryoon Exp $
 
 PKGREVISION= 3
 .include "Makefile.common"
@@ -17,6 +17,8 @@ PKGCONFIG_OVERRIDE=   libxslt.pc.in
 PKGCONFIG_OVERRIDE+=   libexslt.pc.in
 TEST_TARGET=           check
 
+CPPFLAGS+=             -DGPGRT_ENABLE_ES_MACROS
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == SunOS



Home | Main Index | Thread Index | Old Index