diff options
author | gdt <gdt@pkgsrc.org> | 2007-12-07 20:41:03 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-12-07 20:41:03 +0000 |
commit | 22a148e3650adb8a5bd3d73eefab9a76356dfa78 (patch) | |
tree | 1b71572dbe8861b280ec8eb0517c9e2b20c5f519 /textproc/xmlrpc-c | |
parent | e8407ef4a565fbf81e4af5c025b54a4d842b1770 (diff) | |
download | pkgsrc-22a148e3650adb8a5bd3d73eefab9a76356dfa78.tar.gz |
add MAKE_JOBS_SAFE=no from Rumko on pkgsc-users@
Diffstat (limited to 'textproc/xmlrpc-c')
-rw-r--r-- | textproc/xmlrpc-c/Makefile | 5 |
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++ |