aboutsummaryrefslogtreecommitdiff
path: root/devel/xfc
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-02-09 21:21:09 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-02-09 21:21:09 +0000
commit7c01d797a7805385de29ab8825385e5069fac6af (patch)
treefc11e5bfe68c1d39462c778fd9789a11a9b70c19 /devel/xfc
parent8f561a4ba688b0e45f683228bbbe82559627c020 (diff)
downloadports-7c01d797a7805385de29ab8825385e5069fac6af.tar.gz
ports-7c01d797a7805385de29ab8825385e5069fac6af.zip
Notes
Diffstat (limited to 'devel/xfc')
-rw-r--r--devel/xfc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/xfc/Makefile b/devel/xfc/Makefile
index b6af14762444..533c1f495c70 100644
--- a/devel/xfc/Makefile
+++ b/devel/xfc/Makefile
@@ -32,6 +32,8 @@ CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
+.elif ${OSVERSION} >= 700000
+BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>