1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/audio/tracker/files/patch-aa

54 lines
1.6 KiB
Plaintext
Raw Normal View History

1996-01-16 01:44:36 +00:00
*** Makefile.orig Sat Oct 21 04:06:58 1995
--- Makefile Tue Jan 16 04:15:15 1996
***************
1996-01-16 01:44:36 +00:00
*** 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_
1995-07-04 00:37:05 +00:00
***************
1996-01-16 01:44:36 +00:00
*** 247,253 ****
1995-08-30 16:05:36 +00:00
display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
1995-09-14 23:27:58 +00:00
st_virt$O automaton$O
1996-01-16 01:44:36 +00:00
! all: tracker${EXE} randomize${EXE} splitmod${EXE} Docs/tracker.text
1995-07-04 00:37:05 +00:00
config.h: $(CONFIG)config.h Makefile
rm -f config.h
1996-01-16 01:44:36 +00:00
--- 247,253 ----
1995-08-30 16:05:36 +00:00
display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
1995-09-14 23:27:58 +00:00
st_virt$O automaton$O
1995-07-04 00:37:05 +00:00
1996-01-16 01:44:36 +00:00
! all: tracker${EXE} randomize${EXE} splitmod${EXE}
1995-07-04 00:37:05 +00:00
config.h: $(CONFIG)config.h Makefile
rm -f config.h
1995-10-04 22:50:14 +00:00
***************
1996-01-16 01:44:36 +00:00
*** 271,277 ****
1995-10-04 22:50:14 +00:00
$(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}
1996-01-16 01:44:36 +00:00
# no manpage available, use the texinfo manual.
1995-10-04 22:50:14 +00:00
install.man:
1996-01-16 01:44:36 +00:00
--- 271,277 ----
1995-10-04 22:50:14 +00:00
$(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}
1996-01-16 01:44:36 +00:00
# no manpage available, use the texinfo manual.
1995-10-04 22:50:14 +00:00
install.man: