diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:41:21 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:41:21 +0000 |
commit | 9ffe2e02140ce8abeab51eb380c27ed92a92bd5f (patch) | |
tree | ed0702ad30edf616360fa8ac8d18f8d6c48aa5e9 /audio/xmp/files/patch-ah | |
parent | Update to version 4.08.2. (diff) |
Update to version 2.0.4.
PR: 25001
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=38756
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 |