diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-30 16:58:54 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-30 16:58:54 +0000 |
commit | f7f03024f726a801e0c93c66551a3fccba74167a (patch) | |
tree | 1ad122e829f1745101d0fbe37830666937d2f3d3 /audio/xmms-ladspa/files | |
parent | 6bdcaa3ef5ed7875a8eb564471f4493557b63e20 (diff) |
Notes
Diffstat (limited to 'audio/xmms-ladspa/files')
-rw-r--r-- | audio/xmms-ladspa/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmms-ladspa/files/patch-Makefile b/audio/xmms-ladspa/files/patch-Makefile new file mode 100644 index 000000000000..170edd42bbce --- /dev/null +++ b/audio/xmms-ladspa/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Tue Apr 9 03:46:47 2002 ++++ Makefile Sun May 12 02:37:50 2002 +@@ -5,7 +5,7 @@ + rm ladspa.so + + ladspa.so: ladspa.c +- gcc -Wall -shared -o ladspa.so ladspa.c -fPIC `gtk-config --cflags` ++ ${CC} -Wall -shared -o ladspa.so ladspa.c ${CFLAGS} `gtk12-config --cflags` + @echo + @echo "Now copy ladspa.so into your XMMS Effect plugin directory" + @echo "e.g. ~/.xmms/Plugins/Effect or /usr/lib/xmms/Effect" |