summaryrefslogtreecommitdiff
path: root/audio/xmp/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmp/files/patch-ad')
-rw-r--r--audio/xmp/files/patch-ad14
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/xmp/files/patch-ad b/audio/xmp/files/patch-ad
index be15cf89f0c3..817092fea8e0 100644
--- a/audio/xmp/files/patch-ad
+++ b/audio/xmp/files/patch-ad
@@ -1,7 +1,7 @@
---- Makefile.rules.in.orig Sun May 7 09:51:31 2000
-+++ Makefile.rules.in Sat Aug 5 02:40:28 2000
-@@ -7,14 +7,17 @@
- exec_prefix= @prefix@
+--- Makefile.rules.in.old Sun Feb 11 02:36:54 2001
++++ Makefile.rules.in Sun Feb 11 02:38:45 2001
+@@ -9,14 +9,17 @@
+ exec_prefix= $(DEST_DIR)@prefix@
BIN_DIR = @bindir@
LIB_DIR = @libdir@
+ETC_DIR = @sysconfdir@
@@ -11,11 +11,11 @@
-CFLAGS = -c @CFLAGS@ @DEFS@ @CINCS@
+CFLAGS = -c @CFLAGS@ @DEFS@ @CINCS@ -DETC_DIR=\"$(ETC_DIR)\"
LD = @CC@
- LFLAGS = -o$@
+ LDFLAGS = -o$@ @LDFLAGS@
RANLIB = @RANLIB@
INSTALL = @INSTALL@
-+INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_DATA = @INSTALL_DATA@
++INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_DATA = @INSTALL_DATA@
LIBS = @LIBS@ $(XLIBS)
SHELL = /bin/sh
PLATFORM= @PLATFORM@