aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-04 15:07:43 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-04 15:07:43 +0000
commit8a81c160fdec21af8e156076998fdd0783364c41 (patch)
tree4cb0c1d660bfe5d04e1f0f6dfb71cb2b4bebc7d8 /java
parentb3950a7bca3d7e11baa383ed5cc3d9d9d0222cfc (diff)
downloadports-8a81c160fdec21af8e156076998fdd0783364c41.tar.gz
ports-8a81c160fdec21af8e156076998fdd0783364c41.zip
Notes
Diffstat (limited to 'java')
-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>