diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-08-19 22:28:45 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-08-19 22:28:45 +0000 |
commit | 6a64c7e9a378951aa866d350dd6bab2ee829b219 (patch) | |
tree | 492d272a97bb37b3a16384bcc5497dc0e9ae1e89 /audio | |
parent | 93503a98f2be964b5a14fe381b6940bf841fff09 (diff) | |
download | ports-6a64c7e9a378951aa866d350dd6bab2ee829b219.tar.gz ports-6a64c7e9a378951aa866d350dd6bab2ee829b219.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tracker/files/patch-aa | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa index 3a108a0c23a0..c0991c3e8502 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 |