aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-a52dec
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-02-20 14:56:32 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-02-20 14:56:32 +0000
commit985f6f88906e8d61508f55581329ce4cf0490ae6 (patch)
tree4f8927559c3bc5a7241f4f5f7c1db7287c95bcfa /audio/xmms-a52dec
parent20cf8dbe15e4688510b14d8c09b864e7495a6a63 (diff)
downloadports-985f6f88906e8d61508f55581329ce4cf0490ae6.tar.gz
ports-985f6f88906e8d61508f55581329ce4cf0490ae6.zip
Notes
Diffstat (limited to 'audio/xmms-a52dec')
-rw-r--r--audio/xmms-a52dec/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/xmms-a52dec/Makefile b/audio/xmms-a52dec/Makefile
index 9c98f8bf442d..2cf14d53971d 100644
--- a/audio/xmms-a52dec/Makefile
+++ b/audio/xmms-a52dec/Makefile
@@ -23,7 +23,12 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gtk12
+.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+CFLAGS= -fPIC
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/liba52dec.so ${PREFIX}/lib/xmms/Input/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>