diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-09 21:21:09 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-09 21:21:09 +0000 |
commit | 7c01d797a7805385de29ab8825385e5069fac6af (patch) | |
tree | fc11e5bfe68c1d39462c778fd9789a11a9b70c19 | |
parent | 8f561a4ba688b0e45f683228bbbe82559627c020 (diff) | |
download | ports-7c01d797a7805385de29ab8825385e5069fac6af.tar.gz ports-7c01d797a7805385de29ab8825385e5069fac6af.zip |
Notes
-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> |