From cfa135f71d5c615eff4a437e9f58bca618d75d7f Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 16 Mar 2009 09:06:02 +0000 Subject: Fails to compile on sparc64 as well as amd64. --- audio/lmms/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'audio/lmms') diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index 17eec0544230..7054e677300f 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -56,8 +56,10 @@ post-install: .include -.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64" -BROKEN= does not compile +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif .endif .include -- cgit v1.2.3