diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-03-16 09:06:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-03-16 09:06:02 +0000 |
commit | cfa135f71d5c615eff4a437e9f58bca618d75d7f (patch) | |
tree | a71d62f79017c010ae47591d3a143319935cce4d /audio/lmms | |
parent | 8041efac0db9a377b64b931856522189aa7f9193 (diff) | |
download | ports-cfa135f71d5c615eff4a437e9f58bca618d75d7f.tar.gz ports-cfa135f71d5c615eff4a437e9f58bca618d75d7f.zip |
Notes
Diffstat (limited to 'audio/lmms')
-rw-r--r-- | audio/lmms/Makefile | 6 |
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> |