aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-04 23:07:43 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-04 23:07:43 +0800
commitb7dd30c994af74ff4748651c0070f5a2eb140651 (patch)
tree4bfb3f39454baf45a11e726e089591c606f84f2c
parent81cb1d1b9510aa4d8d23a899bfa8c3f13d8c2286 (diff)
downloadfreebsd-ports-gnome-b7dd30c994af74ff4748651c0070f5a2eb140651.tar.gz
freebsd-ports-gnome-b7dd30c994af74ff4748651c0070f5a2eb140651.tar.zst
freebsd-ports-gnome-b7dd30c994af74ff4748651c0070f5a2eb140651.zip
Mark as broken with gcc4.2. Note: this looks like abadonware.
-rw-r--r--java/tya/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/java/tya/Makefile b/java/tya/Makefile
index 163499f8557d..dc2192c7b08c 100644
--- a/java/tya/Makefile
+++ b/java/tya/Makefile
@@ -46,4 +46,10 @@ do-install:
@${ECHO_MSG} ""
.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>