aboutsummaryrefslogtreecommitdiff
path: root/editors/e93
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-17 07:45:44 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-08-17 07:45:44 +0000
commitac3ee5a230656b3ce371cef96ae2fffd93575209 (patch)
treede67e2a34f1b1c9b90578f8d0acbaced52e6f7ff /editors/e93
parent92496b805326ec1fb9dfc0dcbd319fa2335c5b9d (diff)
downloadports-ac3ee5a230656b3ce371cef96ae2fffd93575209.tar.gz
ports-ac3ee5a230656b3ce371cef96ae2fffd93575209.zip
Mark MAKE_JOBS_UNSAFE
Notified by: pointyhat (via pav) Submitted by: KATO Tsuguru <tkato432@yahoo.com> (via mail)
Notes
Notes: svn path=/head/; revision=279889
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 ; \