summaryrefslogtreecommitdiff
path: root/audio/xmms-bonk/files/patch-Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-02-08 22:06:19 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-02-08 22:06:19 +0000
commitd7390cd61a303bbbe570682461a74fa3b7198e1a (patch)
tree2253d4a1dc6f3fb5a578d0c0199dd5610322e684 /audio/xmms-bonk/files/patch-Makefile
parentTry to mount and unmount both linproc and linprocfs: the former (diff)
- Fix build on AMD64
Approved by: maintainer informed
Notes
Notes: svn path=/head/; revision=100419
Diffstat (limited to 'audio/xmms-bonk/files/patch-Makefile')
-rw-r--r--audio/xmms-bonk/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-bonk/files/patch-Makefile b/audio/xmms-bonk/files/patch-Makefile
index 078977df4629..eee3e3dc3315 100644
--- a/audio/xmms-bonk/files/patch-Makefile
+++ b/audio/xmms-bonk/files/patch-Makefile
@@ -12,7 +12,7 @@ $FreeBSD$
-else
- CFLAGS=-Wall -O2 -fno-exceptions -ffast-math -D_REENTRANT `gtk-config --cflags`
-endif
-+CXXFLAGS+= -fno-exceptions -D_REENTRANT `xmms-config --cflags`
++CXXFLAGS+= -fno-exceptions -D_REENTRANT `xmms-config --cflags` -fPIC
libbonk.so : bonk-xmms.cc
- $(CPP) $(CFLAGS) -shared -o libbonk.so bonk-xmms.cc -lstdc++