diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-04-13 11:02:59 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-04-13 11:02:59 +0000 |
commit | 6c724f1ac3fed26375be37037e4567f400bb0fc6 (patch) | |
tree | e02994b9dfe4a17518f59b6d7d879574100b59d1 | |
parent | d87d5a4abd751bcb107160c56ca3a24a455facfe (diff) | |
download | ports-6c724f1ac3fed26375be37037e4567f400bb0fc6.tar.gz ports-6c724f1ac3fed26375be37037e4567f400bb0fc6.zip |
Notes
-rw-r--r-- | audio/xmms-musepack/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmms-musepack/Makefile b/audio/xmms-musepack/Makefile index a3a162683886..4cc2c7bf9213 100644 --- a/audio/xmms-musepack/Makefile +++ b/audio/xmms-musepack/Makefile @@ -21,12 +21,12 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 USE_LIBTOOL_VER= 13 +USE_REINPLACE= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -BROKEN= "Does not compile on amd64 or ia64 (needs -fPIC)" -.endif +post-patch: + ${REINPLACE_CMD} -e "s,gcc,${CC} ${CFLAGS} -fPIC," ${WRKSRC}/Makefile post-install: ${STRIP_CMD} ${PREFIX}/lib/xmms/Input/xmms-mpegplus-1.8.0.so |