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:
parent
364d948b9b
commit
cbd833d1eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201427
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user