diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-04 23:07:43 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-04 23:07:43 +0800 |
commit | b7dd30c994af74ff4748651c0070f5a2eb140651 (patch) | |
tree | 4bfb3f39454baf45a11e726e089591c606f84f2c | |
parent | 81cb1d1b9510aa4d8d23a899bfa8c3f13d8c2286 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |