diff options
Diffstat (limited to 'audio/xmp/files/patch-ah')
-rw-r--r-- | audio/xmp/files/patch-ah | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/xmp/files/patch-ah b/audio/xmp/files/patch-ah index 3f6225fc83c3..d69e3354a30c 100644 --- a/audio/xmp/files/patch-ah +++ b/audio/xmp/files/patch-ah @@ -1,6 +1,6 @@ ---- src/xmms/Makefile.orig Wed May 3 08:50:48 2000 -+++ src/xmms/Makefile Sat Aug 5 02:45:42 2000 -@@ -9,10 +9,10 @@ +--- src/xmms/Makefile.old Mon Jan 1 12:28:08 2001 ++++ src/xmms/Makefile Mon Jan 1 12:28:56 2001 +@@ -12,10 +12,10 @@ include ../../Makefile.rules all: $(OBJS) @@ -8,8 +8,8 @@ + $(CC) -shared -o libxmp.so $+ -L../../lib/ -lxmp install:: -- $(INSTALL) -s -m755 libxmp.so `xmms-config --input-plugin-dir` -+ $(INSTALL_DATA) libxmp.so `xmms-config --input-plugin-dir` +- $(INSTALL) -s -m755 libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir` ++ $(INSTALL_DATA) libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir` $(OBJS): Makefile |