aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-bonk/files
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2002-07-07 08:24:53 +0800
committernaddy <naddy@FreeBSD.org>2002-07-07 08:24:53 +0800
commitb547e89fd41cbeba2807757b05f676b161cc881d (patch)
treeac6603b672de2500ce1f171a14c8dfa6b7055970 /audio/xmms-bonk/files
parentae8f0d43fbc17648ba44a073d1964de8b56e6dc7 (diff)
downloadfreebsd-ports-gnome-b547e89fd41cbeba2807757b05f676b161cc881d.tar.gz
freebsd-ports-gnome-b547e89fd41cbeba2807757b05f676b161cc881d.tar.zst
freebsd-ports-gnome-b547e89fd41cbeba2807757b05f676b161cc881d.zip
Import bonk-xmms 0.12.
xmms-bonk is a plugin for the multimedia player XMMS that plays audio files in the bonk format, which supports lossless and lossy compression.
Diffstat (limited to 'audio/xmms-bonk/files')
-rw-r--r--audio/xmms-bonk/files/patch-Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/xmms-bonk/files/patch-Makefile b/audio/xmms-bonk/files/patch-Makefile
new file mode 100644
index 000000000000..078977df4629
--- /dev/null
+++ b/audio/xmms-bonk/files/patch-Makefile
@@ -0,0 +1,22 @@
+
+$FreeBSD$
+
+--- Makefile.orig Sat Jun 15 15:37:43 2002
++++ Makefile Sat Jun 15 15:38:41 2002
+@@ -9,14 +9,10 @@
+ CPP=g++
+ INSTDIR=`xmms-config --plugin-dir`/Input
+
+-ifdef DEBUG
+- CFLAGS=-Wall -O2 -fno-exceptions -ffast-math -D_REENTRANT `gtk-config --cflags` -g -DDEBUG
+-else
+- CFLAGS=-Wall -O2 -fno-exceptions -ffast-math -D_REENTRANT `gtk-config --cflags`
+-endif
++CXXFLAGS+= -fno-exceptions -D_REENTRANT `xmms-config --cflags`
+
+ libbonk.so : bonk-xmms.cc
+- $(CPP) $(CFLAGS) -shared -o libbonk.so bonk-xmms.cc -lstdc++
++ $(CXX) $(CXXFLAGS) -shared -o libbonk.so bonk-xmms.cc -lstdc++
+
+ install : libbonk.so
+ cp libbonk.so $(INSTDIR)