summaryrefslogtreecommitdiffstats
path: root/audio/tracker
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-08-19 22:28:45 +0000
committerache <ache@FreeBSD.org>1995-08-19 22:28:45 +0000
commitf0ec72ef7e2e13273efde2a4b175ec274ee18dd2 (patch)
tree6cb5f9d0e091bf5a303e944ed53a3f2c4ea06384 /audio/tracker
parentbf7ae35a5ffe84617f5c3122a6bfe9a12208c84b (diff)
downloadFreeBSD-ports-f0ec72ef7e2e13273efde2a4b175ec274ee18dd2.zip
FreeBSD-ports-f0ec72ef7e2e13273efde2a4b175ec274ee18dd2.tar.gz
Add -fno-strength-reduce to eliminate -O2 bug
Diffstat (limited to 'audio/tracker')
-rw-r--r--audio/tracker/files/patch-aa19
1 files changed, 18 insertions, 1 deletions
diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa
index 3a108a0..c0991c3 100644
--- a/audio/tracker/files/patch-aa
+++ b/audio/tracker/files/patch-aa
@@ -1,5 +1,5 @@
*** Makefile.orig Sun Jul 2 21:47:44 1995
---- Makefile Tue Jul 4 04:20:10 1995
+--- Makefile Sun Aug 20 02:25:56 1995
***************
*** 32,38 ****
MAN_DIR = $(PREFIX)/man
@@ -39,6 +39,23 @@
#
# C compiler flags and libraries for each machine.
***************
+*** 122,128 ****
+ AUDIODIR_linux=PCux/
+ CONFIG_linux = PCux/linux_
+
+! CFLAGS_freebsd = -O2 -funroll-loops -finline-functions
+ LIBS_freebsd = -lm
+ AUDIODIR_freebsd=PCux/
+ CONFIG_freebsd = PCux/freebsd_
+--- 124,130 ----
+ AUDIODIR_linux=PCux/
+ CONFIG_linux = PCux/linux_
+
+! CFLAGS_freebsd = -O2 -fno-strength-reduce -funroll-loops -finline-functions
+ LIBS_freebsd = -lm
+ AUDIODIR_freebsd=PCux/
+ CONFIG_freebsd = PCux/freebsd_
+***************
*** 161,169 ****
prefs.o autoinit.o ${UI}ui.o display.o empty.o color.o version.o
OpenPOWER on IntegriCloud