pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xmlrpc-c



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Sep 28 18:52:16 UTC 2025

Modified Files:
        pkgsrc/textproc/xmlrpc-c: Makefile

Log Message:
xmlrpc-c: GCC 14 build fix


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/textproc/xmlrpc-c/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/xmlrpc-c/Makefile
diff -u pkgsrc/textproc/xmlrpc-c/Makefile:1.78 pkgsrc/textproc/xmlrpc-c/Makefile:1.79
--- pkgsrc/textproc/xmlrpc-c/Makefile:1.78      Sat Apr 19 07:58:30 2025
+++ pkgsrc/textproc/xmlrpc-c/Makefile   Sun Sep 28 18:52:16 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2025/04/19 07:58:30 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2025/09/28 18:52:16 tnn Exp $
 
 DISTNAME=      xmlrpc-c-1.51.04
 # the "super stable" branch
@@ -43,6 +43,7 @@ SUBST_FILES.pthread=  xmlrpc-c-config.*
 SUBST_SED.pthread=     -e 's/-lpthread/${PTHREAD_LINKFLAGS:Q}/'
 SUBST_SED.pthread+=    -e 's/-L\(.\)libdir/-L\1libdir ${COMPILER_RPATH_FLAG}\1libdir/'
 
+CFLAGS.NetBSD+=                -D_NETBSD_SOURCE=1      # asprintf
 LDFLAGS.OpenBSD+=      ${PTHREAD_LINKFLAGS}
 
 # TODO: really use pkgsrc expat



Home | Main Index | Thread Index | Old Index