diff options
author | vanilla <vanilla@FreeBSD.org> | 2007-10-14 07:30:40 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2007-10-14 07:30:40 +0800 |
commit | 6da14b85117a5de32e665b98e0265011f2fb03eb (patch) | |
tree | f9efd11758683a6d44b975297dd9017f4ae50c91 /lang | |
parent | 00e73555a344afb1f4cd7dc3ce90f84695bd6cd8 (diff) | |
download | freebsd-ports-gnome-6da14b85117a5de32e665b98e0265011f2fb03eb.tar.gz freebsd-ports-gnome-6da14b85117a5de32e665b98e0265011f2fb03eb.tar.zst freebsd-ports-gnome-6da14b85117a5de32e665b98e0265011f2fb03eb.zip |
Remove BROKEN with gcc 4.2,
it's compileable after rafan's objc fix.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ofc/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index c8825a352c6e..f19b8e06fb32 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -25,12 +25,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ OPTIONS= GDBM "Add gdbm support" off \ GMP "Add gmp support" off -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - .if defined (WITH_GDBM) LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm .endif @@ -39,4 +33,4 @@ LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp4 .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |