summaryrefslogtreecommitdiff
path: root/audio/xmms-wma/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-wma/files/patch-Makefile')
-rw-r--r--audio/xmms-wma/files/patch-Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/xmms-wma/files/patch-Makefile b/audio/xmms-wma/files/patch-Makefile
new file mode 100644
index 000000000000..829a33696301
--- /dev/null
+++ b/audio/xmms-wma/files/patch-Makefile
@@ -0,0 +1,19 @@
+--- Makefile.orig Thu Feb 26 12:24:35 2004
++++ Makefile Thu Feb 26 12:37:12 2004
+@@ -1,6 +1,6 @@
+ .PHONY: all install install-home uninstall uninstall-home clean
+
+-INSTALL_DIR := /usr/lib/xmms/Input
++INSTALL_DIR := `xmms-config --input-plugin-dir`
+ INSTALL_DIR_HOME := ~/.xmms/Plugins/Input
+
+ export PLUGIN_FILE := libwma.so
+@@ -11,7 +11,7 @@
+ export DEPS := $(SOURCES:%.c=$(DEPDIR)/%.d)
+
+ all:
+- @cd ffmpeg-strip-wma; make; cd ..
++ @cd ffmpeg-strip-wma/; gmake; cd ..
+ @$(MAKE) --no-print-directory -f Makefile.inc
+ @strip $(PLUGIN_FILE)
+ @echo "The plug-in has been compiled. Run one of the following:"