diff options
author | obache <obache@pkgsrc.org> | 2009-01-18 10:22:47 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-01-18 10:22:47 +0000 |
commit | 7511dbfd392a15c9321afa0ad4c166381f5c1017 (patch) | |
tree | dae0daac8ed2be1dd71fcd9fe509773a5e298de3 /textproc | |
parent | e2cfc21bd77db717a0e73d6edda76745373df2bb (diff) | |
download | pkgsrc-7511dbfd392a15c9321afa0ad4c166381f5c1017.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index 5460d9daaa8..2618e966bad 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2008/04/23 20:23:47 abs Exp $ +# $NetBSD: Makefile,v 1.35 2009/01/18 10:22:47 obache Exp $ # DISTNAME= xerces-c-src_2_7_0 @@ -18,6 +18,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src/xercesc USE_TOOLS+= gmake USE_LANGUAGES= c c++ +MAKE_JOBS_SAFE= no + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" XERCES_PLATFORM= solaris |