aboutsummaryrefslogtreecommitdiffstats
path: root/audio/tracker/files
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-02-10 05:04:57 +0800
committerache <ache@FreeBSD.org>1995-02-10 05:04:57 +0800
commit702893fa5a418d2f80109cfff8f938c9d4c5abfa (patch)
treef5646378bf1c5132908f7aa4c78037e21bed4950 /audio/tracker/files
parent9065b27f2f9a5f253fe19b037a5285bda124df0d (diff)
downloadfreebsd-ports-gnome-702893fa5a418d2f80109cfff8f938c9d4c5abfa.tar.gz
freebsd-ports-gnome-702893fa5a418d2f80109cfff8f938c9d4c5abfa.tar.zst
freebsd-ports-gnome-702893fa5a418d2f80109cfff8f938c9d4c5abfa.zip
Upgrade.
Diffstat (limited to 'audio/tracker/files')
-rw-r--r--audio/tracker/files/patch-aa40
1 files changed, 14 insertions, 26 deletions
diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa
index 41156918cb7d..b626a89d49b2 100644
--- a/audio/tracker/files/patch-aa
+++ b/audio/tracker/files/patch-aa
@@ -1,22 +1,22 @@
-*** Makefile.orig Wed Feb 1 23:08:49 1995
---- Makefile Thu Feb 2 12:40:50 1995
+*** Makefile.orig Thu Feb 9 17:36:13 1995
+--- Makefile Thu Feb 9 23:57:16 1995
***************
*** 11,21 ****
# hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi,
- # soundblaster, aix.
- # gmake needed to handle this file in FreeBSD
+ # soundblaster, aix, next.
+ # gmake needed to handle this file in FreeBSD and NeXTStep
! MACHINE = sparc
# The name of your C compiler. For most machines this will be
# either 'cc' or 'gcc'.
-! CC = gcc
+! CC = acc
OPTS=-c
--- 11,21 ----
# hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi,
- # soundblaster, aix.
- # gmake needed to handle this file in FreeBSD
+ # soundblaster, aix, next.
+ # gmake needed to handle this file in FreeBSD and NeXTStep
! MACHINE = freebsd
# The name of your C compiler. For most machines this will be
@@ -26,36 +26,24 @@
OPTS=-c
***************
-*** 26,36 ****
- #
- # If you don't wish to use the 'make install' and 'make install.man'
- # commands, you can ignore these.
-! BIN_DIR = /users/algo/espie/pub/bin
-! MAN_DIR = /usr/local/man
+*** 31,37 ****
+ MAN_DIR = $(PREFIX)/man
# Where to put the compression methods description
-! COMPRESSION_FILE=/users/algo/espie/pub/lib/compression_methods
+! COMPRESSION_FILE=$(PREFIX)/lib/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
---- 26,40 ----
- #
- # If you don't wish to use the 'make install' and 'make install.man'
- # commands, you can ignore these.
-! PREFIX=/usr/local
-! #BIN_DIR = /users/algo/espie/pub/bin
-! BIN_DIR = $(PREFIX)/bin
-! #MAN_DIR = /usr/local/man
-! MAN_DIR = $(PREFIX)/man
+--- 31,37 ----
+ MAN_DIR = $(PREFIX)/man
# Where to put the compression methods description
-! #COMPRESSION_FILE=/users/algo/espie/pub/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
***************
-*** 51,58 ****
+*** 52,59 ****
#
# If you don't wish to use the 'make install' and 'make install.man'
# commands, you can ignore these.
@@ -64,7 +52,7 @@
###############################################################################
#
# C compiler flags and libraries for each machine.
---- 55,64 ----
+--- 52,61 ----
#
# If you don't wish to use the 'make install' and 'make install.man'
# commands, you can ignore these.