diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-04-16 00:27:33 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-04-16 00:27:33 +0800 |
commit | 6f21909d68213de2b95a713cbd078ae7a0f8867f (patch) | |
tree | 11f0ebcdcb5fa4da2401e19c6bb8fb518e1ade67 | |
parent | 9701635a5ae533f2a4a706500a9b413b9da6c75e (diff) | |
download | freebsd-ports-gnome-6f21909d68213de2b95a713cbd078ae7a0f8867f.tar.gz freebsd-ports-gnome-6f21909d68213de2b95a713cbd078ae7a0f8867f.tar.zst freebsd-ports-gnome-6f21909d68213de2b95a713cbd078ae7a0f8867f.zip |
Force usage of gcc 3.4
Notified by: kris (via pointyhat)
-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 |