pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlrpc-c add MAKE_JOBS_SAFE=no from Rumko on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a82fcd0086a
branches:  trunk
changeset: 536239:0a82fcd0086a
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Dec 07 20:41:03 2007 +0000

description:
add MAKE_JOBS_SAFE=no from Rumko on pkgsc-users@

diffstat:

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

diffs (19 lines):

diff -r b47702ff245b -r 0a82fcd0086a textproc/xmlrpc-c/Makefile
--- a/textproc/xmlrpc-c/Makefile        Fri Dec 07 20:08:10 2007 +0000
+++ b/textproc/xmlrpc-c/Makefile        Fri Dec 07 20:41:03 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/02/26 21:03:12 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2007/12/07 20:41:03 gdt Exp $
 #
 
 DISTNAME=      xmlrpc-c-1.09.00
@@ -11,6 +11,9 @@
 HOMEPAGE=      http://xmlrpc-c.sourceforge.net/
 COMMENT=       Library for writing an XML-RPC server or client in C or C++
 
+# Sometimes can't open ../xmltok/libxmlrpc_xmltok.la
+MAKE_JOBS_SAFE=        no
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index