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 | d932feb5b25a34f52ccbc8d0375ac16761ff1860 (patch) | |
tree | 9eadfb9275e542585d49ed909c5b29099719d016 /textproc | |
parent | f246f2b762acdfa23d78d3685693c0b370750a72 (diff) | |
download | pkgsrc-d932feb5b25a34f52ccbc8d0375ac16761ff1860.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 \ |