aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-11-23 03:49:43 +0800
committerpav <pav@FreeBSD.org>2009-11-23 03:49:43 +0800
commitd04184ca2296e3e063282f330dc7e508e84911a3 (patch)
tree4179a3cb6b779813e5c9f72a6fae142bcad8f20a /finance
parent4ae8809556ff989106eea3aa05f065c2850884ee (diff)
downloadfreebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.tar.gz
freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.tar.zst
freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.zip
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'finance')
-rw-r--r--finance/qhacc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/qhacc/Makefile b/finance/qhacc/Makefile
index 82858df3e892..2723b7fe7391 100644
--- a/finance/qhacc/Makefile
+++ b/finance/qhacc/Makefile
@@ -24,6 +24,7 @@ CONFIGURE_ARGS= --with-qt-moc=${QT_PREFIX}/bin \
--with-qt-libs=${QT_PREFIX}/lib
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
+MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
QTCPPFLAGS+= ${PTHREAD_CFLAGS}