summaryrefslogtreecommitdiff
path: root/textproc/xmlrpc-c
diff options
context:
space:
mode:
authorgdt <gdt>2007-12-07 20:41:03 +0000
committergdt <gdt>2007-12-07 20:41:03 +0000
commit3efcf01bb06d41a9deb3701057d315447ae0cb52 (patch)
tree1b71572dbe8861b280ec8eb0517c9e2b20c5f519 /textproc/xmlrpc-c
parent35a947aa99eabba74e16eba1fcaf1896058e9392 (diff)
downloadpkgsrc-3efcf01bb06d41a9deb3701057d315447ae0cb52.tar.gz
add MAKE_JOBS_SAFE=no from Rumko on pkgsc-users@
Diffstat (limited to 'textproc/xmlrpc-c')
-rw-r--r--textproc/xmlrpc-c/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/xmlrpc-c/Makefile b/textproc/xmlrpc-c/Makefile
index f216522056f..d879914991a 100644
--- a/textproc/xmlrpc-c/Makefile
+++ b/textproc/xmlrpc-c/Makefile
@@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org
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++