aboutsummaryrefslogtreecommitdiffstats
path: root/editors/e93
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2011-08-17 15:45:44 +0800
committerehaupt <ehaupt@FreeBSD.org>2011-08-17 15:45:44 +0800
commitbe3d44e21c1d30373bc0ee4f3c9bd52c9bd3444f (patch)
treefbf8bf92db6f9a953115ca493daf3854d96b6d30 /editors/e93
parent5f4cc251490414d1cb57ba05ef6e80cbcce14556 (diff)
downloadfreebsd-ports-gnome-be3d44e21c1d30373bc0ee4f3c9bd52c9bd3444f.tar.gz
freebsd-ports-gnome-be3d44e21c1d30373bc0ee4f3c9bd52c9bd3444f.tar.zst
freebsd-ports-gnome-be3d44e21c1d30373bc0ee4f3c9bd52c9bd3444f.zip
Mark MAKE_JOBS_UNSAFE
Notified by: pointyhat (via pav) Submitted by: KATO Tsuguru <tkato432@yahoo.com> (via mail)
Diffstat (limited to 'editors/e93')
-rw-r--r--editors/e93/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile
index e5f19c64223e..9bc3654f463a 100644
--- a/editors/e93/Makefile
+++ b/editors/e93/Makefile
@@ -32,7 +32,8 @@ MAKE_ARGS= PREFIX="${PREFIX}" \
EXTRALIBS="-lm" \
CC="${CXX}" \
OPTIONS="${CXXFLAGS}"
-MAKE_JOBS_SAFE= yes
+
+MAKE_JOBS_UNSAFE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-lstdc++||g ; \