diff options
Diffstat (limited to 'audio/xmp/files/patch-ah')
-rw-r--r-- | audio/xmp/files/patch-ah | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/audio/xmp/files/patch-ah b/audio/xmp/files/patch-ah index d69e3354a30c..a51dbe5aac48 100644 --- a/audio/xmp/files/patch-ah +++ b/audio/xmp/files/patch-ah @@ -1,15 +1,11 @@ ---- 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) -- gcc -shared -o libxmp.so $+ -L../../lib/ -lxmp -+ $(CC) -shared -o libxmp.so $+ -L../../lib/ -lxmp +--- src/xmms/Makefile.old Sun Feb 11 02:39:18 2001 ++++ src/xmms/Makefile Sun Feb 11 02:39:51 2001 +@@ -23,7 +23,7 @@ + make -C ../../lib shared install:: -- $(INSTALL) -s -m755 libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir` -+ $(INSTALL_DATA) libxmp.so $(DEST_DIR)`xmms-config --input-plugin-dir` +- $(INSTALL) -s -m755 xmp-plugin.so $(DEST_DIR)`xmms-config --input-plugin-dir` ++ $(INSTALL_DATA) -s -m755 xmp-plugin.so $(DEST_DIR)`xmms-config --input-plugin-dir` $(OBJS): Makefile |