Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlrpc-c (textproc/xmlrpc-c) Remove xmlrpc-c-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e22930bd753
branches:  trunk
changeset: 432321:8e22930bd753
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu May 21 09:51:00 2020 +0000

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

diffstat:

 textproc/xmlrpc-c/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fe252c60ed73 -r 8e22930bd753 textproc/xmlrpc-c/Makefile
--- a/textproc/xmlrpc-c/Makefile        Thu May 21 09:42:43 2020 +0000
+++ b/textproc/xmlrpc-c/Makefile        Thu May 21 09:51:00 2020 +0000
@@ -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 @@
 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