aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby-js
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-09-29 23:18:21 +0800
committerlinimon <linimon@FreeBSD.org>2007-09-29 23:18:21 +0800
commitb35a0977d7f1d1a4eacad6ca25b4cc301f67deab (patch)
treeefbfbfaaddc001346dc03297ca88413b6bc56433 /lang/ruby-js
parentf01dae8e0f04e6e70d76178ee0a24a6d57e3c9a8 (diff)
downloadfreebsd-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/Makefile8
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>