From 08b56ed3285b968b3bfe79f4c8aeef23383128f7 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 2 Oct 2007 00:56:45 +0000 Subject: Mark as broken on gcc4.2. While here, pet portlint. --- lang/ofc/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'lang/ofc') diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index 8cf8197c6245..c8825a352c6e 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -18,13 +18,19 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" OPTIONS= GDBM "Add gdbm support" off \ GMP "Add gmp support" off +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if defined (WITH_GDBM) LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm .endif @@ -33,4 +39,4 @@ LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp4 .endif -.include +.include -- cgit v1.2.3