aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-03-26 21:05:01 +0800
committermiwi <miwi@FreeBSD.org>2009-03-26 21:05:01 +0800
commitb7f8809390b741057a8385f73ffecbcd30cf56c3 (patch)
treef4f11b72590e13b688bb8a425b1def2868341042 /devel
parent5c9e6eaf5e5c849fc3b7aadf15f8d1a5a6d61ba7 (diff)
downloadfreebsd-ports-gnome-b7f8809390b741057a8385f73ffecbcd30cf56c3.tar.gz
freebsd-ports-gnome-b7f8809390b741057a8385f73ffecbcd30cf56c3.tar.zst
freebsd-ports-gnome-b7f8809390b741057a8385f73ffecbcd30cf56c3.zip
- Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'devel')
-rw-r--r--devel/darts/Makefile1
-rw-r--r--devel/log4c/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/darts/Makefile b/devel/darts/Makefile
index fd5669b4cb03..a5cdc950f93c 100644
--- a/devel/darts/Makefile
+++ b/devel/darts/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= A C++ template library that implements Double-Array
GNU_CONFIGURE= yes
+MAKE_JOBS_SAFE= yes
EXAMPLES= darts.cpp mkdarts.cpp
DOCS= AUTHORS ChangeLog README doc
diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile
index 3f4aa60d4bbb..834c22f16c39 100644
--- a/devel/log4c/Makefile
+++ b/devel/log4c/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Logging for C Library
USE_AUTOTOOLS= libtool:15
-GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>