diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-19 15:48:34 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-19 15:48:34 +0000 |
commit | 1160b91e9a3ac0bebc30fe9c3c555a82862d56ff (patch) | |
tree | 15955939f33841b86adde27ec74b35e5688a82ce /audio/tracker/files/patch-aa | |
parent | - Update to 0.6 (diff) |
- Use PLIST_FILES/PORTDOCS
- Use REINPLACE
- Minimize Makefile-patch
Diffstat (limited to 'audio/tracker/files/patch-aa')
-rw-r--r-- | audio/tracker/files/patch-aa | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa index 76856a0b144d..a96a661150f5 100644 --- a/audio/tracker/files/patch-aa +++ b/audio/tracker/files/patch-aa @@ -1,61 +1,5 @@ --- Makefile.orig Tue May 7 10:20:50 1996 +++ Makefile Wed Sep 3 19:55:42 2003 -@@ -10,17 +10,17 @@ - # hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi, - # soundblaster, aix, next, MM1, NAS, sbos2, SVR4 - # gmake needed to handle this file in FreeBSD --MACHINE = sparc -+MACHINE = freebsd - VERSION = 5.3 - #VPATH=.. - - # The name of your C compiler. For most machines this will be - # either 'cc' or 'gcc'. --CC = gcc -+CC ?= gcc - - 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' -@@ -30,7 +30,7 @@ - INFO_DIR = $(PREFIX)/info - - # Where to put the compression methods description --COMPRESSION_FILE=$(PREFIX)/lib/compression_methods -+COMPRESSION_FILE=$(PREFIX)/etc/compression_methods - - # How to install the binaries and manpage. If you have a unix system, - # use the GNU install program if you have it, otherwise try 'cp'. For -@@ -166,14 +166,14 @@ - UI_linux = Unix/ - SHELL_linux = /bin/sh - --CFLAGS_freebsd = -O2 -funroll-loops -finline-functions -fno-strength-reduce -+CFLAGS_freebsd = -funroll-loops -finline-functions - LIBS_freebsd = -lm - AUDIODIR_freebsd=PCux/ - CONFIG_freebsd = PCux/freebsd_ - O_freebsd = .o - EXE_freebsd = - UI_freebsd = Unix/ --SHELL_freebsd = /bin/sh -+SHELL_freebsd = ${SH} - - CFLAGS_aix = -O - LIBS_aix = -lm -@@ -220,7 +220,7 @@ - UI_sbos2 = OS2/./ - SHELL_sbos2 = /bin/sh - --CFLAGS = $(CFLAGS_${MACHINE}) -+CFLAGS += $(CFLAGS_${MACHINE}) - COPTS = $(OPTS) $(CFLAGS) - LIBS = $(LIBS_${MACHINE}) - CONFIG = Arch/$(CONFIG_${MACHINE}) @@ -250,7 +250,7 @@ display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \ st_virt$O automaton$O |