- Mark BROKEN: does not compile on amd64

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-04-19 21:02:53 +00:00
parent 702a275e6d
commit 8221c92b2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252928

View file

@ -19,4 +19,10 @@ USE_PHP= yes
USE_PHPEXT= yes
USE_OPENSSL= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= does not compile on amd64
.endif
.include <bsd.port.post.mk>