diff options
author | abs <abs@pkgsrc.org> | 2010-09-29 09:01:41 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2010-09-29 09:01:41 +0000 |
commit | feb85b72154d3aae37d5e5d246bb5802bdd5f61a (patch) | |
tree | 9eadfb9275e542585d49ed909c5b29099719d016 /textproc | |
parent | 13422a63667e7a0b5eeb18ae0a83527569d1ad2b (diff) | |
download | pkgsrc-feb85b72154d3aae37d5e5d246bb5802bdd5f61a.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 \ |