aboutsummaryrefslogtreecommitdiff
path: root/audio/lmms
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-03-16 09:06:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-03-16 09:06:02 +0000
commitcfa135f71d5c615eff4a437e9f58bca618d75d7f (patch)
treea71d62f79017c010ae47591d3a143319935cce4d /audio/lmms
parent8041efac0db9a377b64b931856522189aa7f9193 (diff)
downloadports-cfa135f71d5c615eff4a437e9f58bca618d75d7f.tar.gz
ports-cfa135f71d5c615eff4a437e9f58bca618d75d7f.zip
Fails to compile on sparc64 as well as amd64.
Notes
Notes: svn path=/head/; revision=230199
Diffstat (limited to 'audio/lmms')
-rw-r--r--audio/lmms/Makefile6
1 files changed, 4 insertions, 2 deletions
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 <bsd.port.pre.mk>
-.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 <bsd.port.post.mk>