aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fox10
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-29 14:41:58 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-29 14:41:58 +0000
commit2cd6eb55db4e62388e37f80cc2328e2ea173578f (patch)
tree0709e5894242856d26ff544f8cc9ca965b90ec61 /x11-toolkits/fox10
parent40b726bc21d52080d59b0ffc34651720ab065a42 (diff)
downloadports-2cd6eb55db4e62388e37f80cc2328e2ea173578f.tar.gz
ports-2cd6eb55db4e62388e37f80cc2328e2ea173578f.zip
Notes
Diffstat (limited to 'x11-toolkits/fox10')
-rw-r--r--x11-toolkits/fox10/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/fox10/Makefile b/x11-toolkits/fox10/Makefile
index 71b3cd402081..21a1c87b60c5 100644
--- a/x11-toolkits/fox10/Makefile
+++ b/x11-toolkits/fox10/Makefile
@@ -126,4 +126,10 @@ post-patch:
${WRKSRC}/Makefile.in
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>