1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

BROKEN on amd64: Does not build

This commit is contained in:
Kris Kennaway 2006-11-30 23:36:33 +00:00
parent 8fdab33c65
commit bc60c7d91a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178399

View File

@ -52,6 +52,10 @@ OPTIONS= SMB "Enable smb:// URI support using gnomevfs" off
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= Does not build on amd64
.endif
.if ${ARCH}=="alpha" || ${ARCH}=="ia64"
IGNORE= core dumps on ${ARCH}
.endif