aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Time-Object/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Time-Object/Makefile b/devel/p5-Time-Object/Makefile
index 9281208c1714..ef7757c43019 100644
--- a/devel/p5-Time-Object/Makefile
+++ b/devel/p5-Time-Object/Makefile
@@ -20,4 +20,10 @@ MAN3= Time::Object.3 Time::Seconds.3
PERL_CONFIGURE= yes
-.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>