aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-musepack/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-13 10:12:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-13 10:12:34 +0000
commitfb7b365350fcf0dd53e839ee9bf85472c9f79b07 (patch)
treeac609749a265731d7278636787954e63fb7717f7 /audio/xmms-musepack/Makefile
parentdc33b267b2746bd1bd3c9cf5c00f043806996c28 (diff)
downloadports-fb7b365350fcf0dd53e839ee9bf85472c9f79b07.tar.gz
ports-fb7b365350fcf0dd53e839ee9bf85472c9f79b07.zip
Notes
Diffstat (limited to 'audio/xmms-musepack/Makefile')
-rw-r--r--audio/xmms-musepack/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmms-musepack/Makefile b/audio/xmms-musepack/Makefile
index e98038c4a430..c3292642dbcd 100644
--- a/audio/xmms-musepack/Makefile
+++ b/audio/xmms-musepack/Makefile
@@ -22,7 +22,13 @@ USE_GMAKE= yes
USE_GNOME= gtk12
USE_LIBTOOL= yes
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+BROKEN= "Does not compile on amd64 or ia64 (needs -fPIC)"
+.endif
+
post-install:
${STRIP_CMD} ${PREFIX}/lib/xmms/Input/xmms-mpegplus-1.8.0.so
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>