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:   mef
Date:           Thu May 21 09:51:00 UTC 2020

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

Log Message:
(textproc/xmlrpc-c) Remove xmlrpc-c-config.test.* from SUBST_FILES.pthread


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 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.60 pkgsrc/textproc/xmlrpc-c/Makefile:1.61
--- pkgsrc/textproc/xmlrpc-c/Makefile:1.60      Wed May  6 14:04:14 2020
+++ pkgsrc/textproc/xmlrpc-c/Makefile   Thu May 21 09:51:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2020/05/06 14:04:14 adam Exp $
+# $NetBSD: Makefile,v 1.61 2020/05/21 09:51:00 mef Exp $
 
 DISTNAME=      xmlrpc-c-1.51.04
 # the "super stable" branch
@@ -39,7 +39,7 @@ PTHREAD_LINKFLAGS=    ${PTHREAD_LDFLAGS} ${
 SUBST_CLASSES+=                pthread
 SUBST_STAGE.pthread=   pre-configure
 SUBST_MESSAGE.pthread= Fixing config scripts.
-SUBST_FILES.pthread=   xmlrpc-c-config.* xmlrpc-c-config.test.*
+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/'
 



Home | Main Index | Thread Index | Old Index