diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-04-15 16:27:33 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-04-15 16:27:33 +0000 |
commit | b0f3f1b9a06aca08ce4ac25a83778eb0b99e9a34 (patch) | |
tree | 88164b51c6178476f6fac5cf7db463941029388d /audio/schism | |
parent | Update to 0.54 (diff) |
Force usage of gcc 3.4
Notified by: kris (via pointyhat)
Diffstat (limited to 'audio/schism')
-rw-r--r-- | audio/schism/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/schism/Makefile b/audio/schism/Makefile index bf1d1d531e8e..16c0f6be7cee 100644 --- a/audio/schism/Makefile +++ b/audio/schism/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_SDL= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -USE_GCC= 3.4+ +USE_GCC= 3.4 # Dies with bus error unless building debug version CXXFLAGS= -g |