summaryrefslogtreecommitdiff
path: root/audio/spiralsynthmodular
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-13 10:11:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-13 10:11:15 +0000
commitdc33b267b2746bd1bd3c9cf5c00f043806996c28 (patch)
tree5bd79ce0f9a26b58f96560e88d9624d3046cacf1 /audio/spiralsynthmodular
parento Update to 1.4 (diff)
BROKEN on amd64 and ia64: Does not compile
Notes
Notes: svn path=/head/; revision=103863
Diffstat (limited to 'audio/spiralsynthmodular')
-rw-r--r--audio/spiralsynthmodular/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/spiralsynthmodular/Makefile b/audio/spiralsynthmodular/Makefile
index 2dc2526184d7..510d03fab2ce 100644
--- a/audio/spiralsynthmodular/Makefile
+++ b/audio/spiralsynthmodular/Makefile
@@ -29,6 +29,12 @@ CONFIGURE_ENV= FLTK_CONFIG="${FLTK_CONFIG}" \
CFLAGS+= -O3 -ffast-math
.endif
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+BROKEN= "Does not compile on amd64 or ia64"
+.endif
+
pre-everything::
.if !defined(WITH_OPTIMIZED_CFLAGS)
@${ECHO_MSG} "You can enable additional compilation optimizations"
@@ -55,4 +61,4 @@ post-patch:
s,@FLTK_(C|CXX)FLAGS@,-I${X11BASE}/include,; \
s|-lpthread|${PTHREAD_LIBS}|g'
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>