diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-16 18:38:55 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-16 18:38:55 +0000 |
commit | 9e9828d7679b950f74fb1b745b576bd71842afaa (patch) | |
tree | f9c3eba3c7b7aaea17e9cf8177d2b494a5c2ed9b /audio/xmp/files/patch-ah | |
parent | Add fix for GNOME forcibly trying to set the locale to en_US (diff) |
Update to 2.0.2
PR: 20416
Submitted by: Ports Fury
Diffstat (limited to '')
-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 + |