diff options
author | abs <abs> | 2010-09-29 09:01:41 +0000 |
---|---|---|
committer | abs <abs> | 2010-09-29 09:01:41 +0000 |
commit | 8f00487e3b89721e8c5c517cbcb2e069f6e747df (patch) | |
tree | 9eadfb9275e542585d49ed909c5b29099719d016 /textproc | |
parent | 36e8cb1ac5d09664c7110319882c69a01ee0c704 (diff) | |
download | pkgsrc-8f00487e3b89721e8c5c517cbcb2e069f6e747df.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/openjade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index d24836ffdff..51d12b79699 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2009/07/07 21:34:53 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2010/09/29 09:01:41 abs Exp $ # DISTNAME= openjade-1.3.2 @@ -16,6 +16,7 @@ USE_TOOLS+= gmake perl USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES +MAKE_JOBS_SAFE= no CONFIGURE_ENV+= CXXFLAGS=${CFLAGS:M*:Q} CONFIGURE_ARGS+= --enable-default-catalog=${OPENJADE_DATA_DIR}/catalog \ |