diff options
Diffstat (limited to 'audio/xmp/files/patch-ah')
-rw-r--r-- | audio/xmp/files/patch-ah | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/xmp/files/patch-ah b/audio/xmp/files/patch-ah new file mode 100644 index 000000000000..3f6225fc83c3 --- /dev/null +++ b/audio/xmp/files/patch-ah @@ -0,0 +1,15 @@ +--- 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 @@ + include ../../Makefile.rules + + all: $(OBJS) +- gcc -shared -o libxmp.so $+ -L../../lib/ -lxmp ++ $(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` + + $(OBJS): Makefile + |