- Mark BROKEN: does not compile on amd64
Reported by: pointyhat
This commit is contained in:
parent
702a275e6d
commit
8221c92b2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252928
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue