diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-30 14:18:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-30 14:18:26 +0000 |
commit | e8cfa8fc26b36614b4dea942cb24bd069c3727df (patch) | |
tree | de0dde4249b27de9fe54b9b67e95c60400dd13e7 /audio/playgsf | |
parent | - Merge UNHANDLED_HACK option from net-mgmt/nagios-devel. This option (diff) |
Mark MAKE_JOBS_SAFE
Notes
Notes:
svn path=/head/; revision=231308
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) |