summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-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++