- Mark BROKEN on amd64/7, as it segfaults during installation on pointyhat

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2012-01-02 22:04:00 +00:00
parent 37ecb166b2
commit ea79d5f107
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288439

View file

@ -26,5 +26,10 @@ FILES= MDB2/Driver/Datatype/pgsql.php \
MDB2/Driver/pgsql.php
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
BROKEN= segfaults during installation on FreeBSD 7.X
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>