diff options
author | pav <pav@FreeBSD.org> | 2009-11-21 06:53:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-21 06:53:09 +0800 |
commit | 1ad7d1e90b54cf33313a45b0f3014fafb7b5a6db (patch) | |
tree | 1ac8c66ad7e1ad50a65cd2d12b78cfcb8e95923e /devel/log4cxx | |
parent | 3b649fa60c2b2967e220277801b212c58a33d809 (diff) | |
download | freebsd-ports-gnome-1ad7d1e90b54cf33313a45b0f3014fafb7b5a6db.tar.gz freebsd-ports-gnome-1ad7d1e90b54cf33313a45b0f3014fafb7b5a6db.tar.zst freebsd-ports-gnome-1ad7d1e90b54cf33313a45b0f3014fafb7b5a6db.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'devel/log4cxx')
-rw-r--r-- | devel/log4cxx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index edf374182a11..4c8c653a38b3 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -32,6 +32,7 @@ CXXFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib USE_AUTOTOOLS= automake:15 autoconf:262 libtool:22 AUTOMAKE_ARGS= --add-missing LIBTOOL_VARS= --force --automake +MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -I${LOCALBASE}/lib |