aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ruby-libxml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-libxml/Makefile')
-rw-r--r--textproc/ruby-libxml/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile
index a94cd856e42c..4cc3ddae767f 100644
--- a/textproc/ruby-libxml/Makefile
+++ b/textproc/ruby-libxml/Makefile
@@ -26,4 +26,10 @@ USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
-.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>