diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-07-30 13:50:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-07-30 13:50:07 +0000 |
commit | ce3f034ed99b8eaf8f0976009e0b927bffa71662 (patch) | |
tree | ac7844765e6a9b0691d2ed1e26f363b7584b17c5 | |
parent | fb9f277f9aea2ca4a3d220c37886a1204aa5fed4 (diff) | |
download | ports-ce3f034ed99b8eaf8f0976009e0b927bffa71662.tar.gz ports-ce3f034ed99b8eaf8f0976009e0b927bffa71662.zip |
Notes
-rw-r--r-- | audio/zynaddsubfx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/zynaddsubfx/Makefile b/audio/zynaddsubfx/Makefile index eb1ab4dc9d72..ec05cf7ccc9b 100644 --- a/audio/zynaddsubfx/Makefile +++ b/audio/zynaddsubfx/Makefile @@ -53,6 +53,10 @@ LIB_DEPENDS+= portaudio.0:${PORTSDIR}/audio/portaudio LIB_DEPENDS+= fltk.1:${PORTSDIR}/x11-toolkits/fltk .endif +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64: invokes i386 asm +.endif + post-patch: ${REINPLACE_CMD} -e \ 's|CXXFLAGS= -O2 -Wall -g -fPIC|CXXFLAGS=${CXXFLAGS}|g' \ |