aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-09 06:15:10 +0800
committerkrion <krion@FreeBSD.org>2004-02-09 06:15:10 +0800
commit89e2d3d14cc388a9ed6337a0c9e4554809d96050 (patch)
tree422caf0850cf517054554ca08b6fc22ebd8e5c6c /audio
parent1f444cd1a25b331fa86719656470be5167e9f836 (diff)
downloadfreebsd-ports-gnome-89e2d3d14cc388a9ed6337a0c9e4554809d96050.tar.gz
freebsd-ports-gnome-89e2d3d14cc388a9ed6337a0c9e4554809d96050.tar.zst
freebsd-ports-gnome-89e2d3d14cc388a9ed6337a0c9e4554809d96050.zip
- Fix build on AMD64
Approved by: maintainer informed
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-faad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-faad/Makefile b/audio/xmms-faad/Makefile
index 0161fd9e9b7e..5a77258fbbf8 100644
--- a/audio/xmms-faad/Makefile
+++ b/audio/xmms-faad/Makefile
@@ -34,7 +34,7 @@ PLIST_FILES= lib/xmms/Input/libaac-XMMS.so
post-patch:
@${REINPLACE_CMD} -e \
- 's|gcc|${CC} ${CFLAGS}|; \
+ 's|gcc|${CC} ${CFLAGS} -fPIC|; \
s|-I/usr/include/glib-1.2/||; \
s|-lfaad2|-lfaad -lstdc++|; \
s|-I/usr/lib/glib/include|-L${LOCALBASE}/lib|; \