diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-08-17 15:45:44 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-08-17 15:45:44 +0800 |
commit | be3d44e21c1d30373bc0ee4f3c9bd52c9bd3444f (patch) | |
tree | fbf8bf92db6f9a953115ca493daf3854d96b6d30 /editors/e93 | |
parent | 5f4cc251490414d1cb57ba05ef6e80cbcce14556 (diff) | |
download | freebsd-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/Makefile | 3 |
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 ; \ |