1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Remove BROKEN with gcc 4.2,

it's compileable after rafan's objc fix.
This commit is contained in:
Vanilla I. Shu 2007-10-13 23:30:40 +00:00
parent 364d948b9b
commit cbd833d1eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201427

View File

@ -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>