diff options
Diffstat (limited to 'devel/xfc')
-rw-r--r-- | devel/xfc/Makefile | 2 |
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> |