diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-29 23:18:21 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-29 23:18:21 +0800 |
commit | b35a0977d7f1d1a4eacad6ca25b4cc301f67deab (patch) | |
tree | efbfbfaaddc001346dc03297ca88413b6bc56433 /lang/ruby-js | |
parent | f01dae8e0f04e6e70d76178ee0a24a6d57e3c9a8 (diff) | |
download | freebsd-ports-gnome-b35a0977d7f1d1a4eacad6ca25b4cc301f67deab.tar.gz freebsd-ports-gnome-b35a0977d7f1d1a4eacad6ca25b4cc301f67deab.tar.zst freebsd-ports-gnome-b35a0977d7f1d1a4eacad6ca25b4cc301f67deab.zip |
Mark as broken with gcc4.2.
Diffstat (limited to 'lang/ruby-js')
-rw-r--r-- | lang/ruby-js/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/ruby-js/Makefile b/lang/ruby-js/Makefile index 4d4130f72f7b..7ce81ae2c255 100644 --- a/lang/ruby-js/Makefile +++ b/lang/ruby-js/Makefile @@ -43,4 +43,10 @@ post-install: .endfor .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> |