diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-03-30 22:18:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-03-30 22:18:26 +0800 |
commit | 0adc8ef2223fcf68c61faaae7f09fe689530e2a1 (patch) | |
tree | f164a4defacf56b3b9486eda8fbe1195a8945b3c /audio/playgsf | |
parent | 2730028690c2987d77c46963971ecacecfbde786 (diff) | |
download | freebsd-ports-gnome-0adc8ef2223fcf68c61faaae7f09fe689530e2a1.tar.gz freebsd-ports-gnome-0adc8ef2223fcf68c61faaae7f09fe689530e2a1.tar.zst freebsd-ports-gnome-0adc8ef2223fcf68c61faaae7f09fe689530e2a1.zip |
Mark MAKE_JOBS_SAFE
Diffstat (limited to 'audio/playgsf')
-rw-r--r-- | audio/playgsf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index c634ed694a8c..08b6b85c28ba 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes # disable optimization flags to avoid a possible bug in gcc # (gcc tries to allocate memory in an endless loop) |