diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:40:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:40:43 +0000 |
commit | 06339e25c7a88969f31a821b62e1dd7bc9e52a3e (patch) | |
tree | cc837a4e1e17cdea41d1b95cda0ec545a143f7cc /audio | |
parent | 7d8608ab13015da604725355ba888c212c9eb177 (diff) | |
download | ports-06339e25c7a88969f31a821b62e1dd7bc9e52a3e.tar.gz ports-06339e25c7a88969f31a821b62e1dd7bc9e52a3e.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/boodler/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile index 382b6a139288..26824f120828 100644 --- a/audio/boodler/Makefile +++ b/audio/boodler/Makefile @@ -50,14 +50,10 @@ PKGNAMESUFFIX= -file .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" PIC= --PIC .endif -.if ${ARCH} == "sparc64" -BROKEN= does not compile on sparc64 -.endif - post-patch: ${REINPLACE_CMD} -e "s|^booroot=.*|booroot=${PREFIX}/share/boodler|" ${WRKSRC}/wrapper/boodler @${RMDIR} ${WRKDIR}/boodler-snd/string |