1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Mark as broken on amd64-7 and i387-7.

This commit is contained in:
Mark Linimon 2007-10-25 00:51:21 +00:00
parent ae2ecb38ce
commit 9c7819e340
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201960

View File

@ -30,6 +30,12 @@ OPTIONS= PHP5 "Build PHP5 extension" no
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
.if defined(WITH_PHP5)
BUILD_DEPENDS+= php5>=5:${PORTSDIR}/lang/php5
CONFIGURE_ARGS+= --with-php5=`${LOCALBASE}/bin/php-config --include-dir`