From dc33b267b2746bd1bd3c9cf5c00f043806996c28 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 13 Mar 2004 10:11:15 +0000 Subject: BROKEN on amd64 and ia64: Does not compile --- audio/spiralsynthmodular/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 + +.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 +.include -- cgit v1.2.3