diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-15 17:04:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-15 17:04:09 +0000 |
commit | 2300443a41bb50a6aeddeea7dcc191c968f86e5e (patch) | |
tree | f9860b31200a03a2beb98f89bc163e2e27ae2028 /x11-toolkits/p5-Wx | |
parent | 0175383f0a1f8b78ed514778532f0467a8ccc6dc (diff) | |
download | ports-2300443a41bb50a6aeddeea7dcc191c968f86e5e.tar.gz ports-2300443a41bb50a6aeddeea7dcc191c968f86e5e.zip |
- Mark MAKE_JOBS_UNSAFE
PR: 136792
Submitted by: myself
Approved by: Cezary Morga <cm@therek.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=237893
Diffstat (limited to 'x11-toolkits/p5-Wx')
-rw-r--r-- | x11-toolkits/p5-Wx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Wx/Makefile b/x11-toolkits/p5-Wx/Makefile index 1a823d040474..a8681321c1d6 100644 --- a/x11-toolkits/p5-Wx/Makefile +++ b/x11-toolkits/p5-Wx/Makefile @@ -26,6 +26,7 @@ USE_DISPLAY= yes PERL_CONFIGURE= yes CC= ${CXX} CFLAGS+= -pthread -Wno-write-strings +MAKE_JOBS_UNSAFE= yes .if defined(WITH_UNICODE) WX_UNICODE= yes |