summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-16 06:33:22 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-16 06:33:22 +0000
commitea4ce2fec7b4f35828abdd4f1330d615e867d540 (patch)
tree476b9dd0a7647b87aa892081e1938ef786da36d5 /audio
parentAdd sattrack-3.1.4 (diff)
Change PREFIX= to ?=, PREFIX is now passed as an environment variable.
Notes
Notes: svn path=/head/; revision=2999
Diffstat (limited to 'audio')
-rw-r--r--audio/tracker/files/patch-aa91
1 files changed, 38 insertions, 53 deletions
diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa
index 3b7d44bcea87..11c16dfe9ec4 100644
--- a/audio/tracker/files/patch-aa
+++ b/audio/tracker/files/patch-aa
@@ -1,53 +1,38 @@
-*** Makefile.orig Sat Oct 21 04:06:58 1995
---- Makefile Tue Jan 16 04:15:15 1996
-***************
-*** 165,171 ****
- UI_linux = Unix/
- SHELL_linux = /bin/sh
-
-! CFLAGS_freebsd = -O2 -funroll-loops -finline-functions -fno-strength-reduce
- LIBS_freebsd = -lm
- AUDIODIR_freebsd=PCux/
- CONFIG_freebsd = PCux/freebsd_
---- 165,171 ----
- UI_linux = Unix/
- SHELL_linux = /bin/sh
-
-! CFLAGS_freebsd = -O2 -funroll-loops -finline-functions
- LIBS_freebsd = -lm
- AUDIODIR_freebsd=PCux/
- CONFIG_freebsd = PCux/freebsd_
-***************
-*** 247,253 ****
- display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
- st_virt$O automaton$O
-
-! all: tracker${EXE} randomize${EXE} splitmod${EXE} Docs/tracker.text
-
- config.h: $(CONFIG)config.h Makefile
- rm -f config.h
---- 247,253 ----
- display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
- st_virt$O automaton$O
-
-! all: tracker${EXE} randomize${EXE} splitmod${EXE}
-
- config.h: $(CONFIG)config.h Makefile
- rm -f config.h
-***************
-*** 271,277 ****
- $(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR)
- $(INSTALL) $(INST_BIN_OPT) splitmod $(BIN_DIR)
- [ -f ${COMPRESSION_FILE} ] || \
-! $(INSTALL) $(INST_MAN_OPT) compression_methods ${COMPRESSION_FILE}
-
- # no manpage available, use the texinfo manual.
- install.man:
---- 271,277 ----
- $(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR)
- $(INSTALL) $(INST_BIN_OPT) splitmod $(BIN_DIR)
- [ -f ${COMPRESSION_FILE} ] || \
-! $(INSTALL) $(INST_MAN_OPT) Lib/compression_methods ${COMPRESSION_FILE}
-
- # no manpage available, use the texinfo manual.
- install.man:
+--- Makefile.orig Fri Oct 20 18:06:58 1995
++++ Makefile Mon Apr 15 23:23:27 1996
+@@ -19,7 +19,7 @@
+
+ OPTS=-c
+
+-PREFIX=/users/algo/espie/pub
++PREFIX?=/users/algo/espie/pub
+ # Destination directory for tracker binaries and manpage.
+ #
+ # If you don't wish to use the 'make install' and 'make install.man'
+@@ -165,7 +165,7 @@
+ UI_linux = Unix/
+ SHELL_linux = /bin/sh
+
+-CFLAGS_freebsd = -O2 -funroll-loops -finline-functions -fno-strength-reduce
++CFLAGS_freebsd = -O2 -funroll-loops -finline-functions
+ LIBS_freebsd = -lm
+ AUDIODIR_freebsd=PCux/
+ CONFIG_freebsd = PCux/freebsd_
+@@ -247,7 +247,7 @@
+ display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
+ st_virt$O automaton$O
+
+-all: tracker${EXE} randomize${EXE} splitmod${EXE} Docs/tracker.text
++all: tracker${EXE} randomize${EXE} splitmod${EXE}
+
+ config.h: $(CONFIG)config.h Makefile
+ rm -f config.h
+@@ -271,7 +271,7 @@
+ $(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR)
+ $(INSTALL) $(INST_BIN_OPT) splitmod $(BIN_DIR)
+ [ -f ${COMPRESSION_FILE} ] || \
+- $(INSTALL) $(INST_MAN_OPT) compression_methods ${COMPRESSION_FILE}
++ $(INSTALL) $(INST_MAN_OPT) Lib/compression_methods ${COMPRESSION_FILE}
+
+ # no manpage available, use the texinfo manual.
+ install.man: