diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-17 07:45:44 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-17 07:45:44 +0000 |
commit | ac3ee5a230656b3ce371cef96ae2fffd93575209 (patch) | |
tree | de67e2a34f1b1c9b90578f8d0acbaced52e6f7ff /editors | |
parent | 92496b805326ec1fb9dfc0dcbd319fa2335c5b9d (diff) | |
download | ports-ac3ee5a230656b3ce371cef96ae2fffd93575209.tar.gz ports-ac3ee5a230656b3ce371cef96ae2fffd93575209.zip |
Notes
Diffstat (limited to 'editors')
-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 ; \ |