aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 15:44:43 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 15:44:43 +0800
commit57734b26dd52979960427a221ee6adb559e5b343 (patch)
treea6cb40ccea5fd9304f22a833f91a56a01bb512c0
parent8326cef4b450f04317fed4c10428383ba6876ad2 (diff)
downloadfreebsd-ports-gnome-57734b26dd52979960427a221ee6adb559e5b343.tar.gz
freebsd-ports-gnome-57734b26dd52979960427a221ee6adb559e5b343.tar.zst
freebsd-ports-gnome-57734b26dd52979960427a221ee6adb559e5b343.zip
Mark as broken with gcc4.2.
-rw-r--r--devel/ruby-rjudy/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ruby-rjudy/Makefile b/devel/ruby-rjudy/Makefile
index c73039bf9125..dd96f351ea70 100644
--- a/devel/ruby-rjudy/Makefile
+++ b/devel/ruby-rjudy/Makefile
@@ -44,4 +44,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>