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

BROKEN on amd64: Does not build

This commit is contained in:
Kris Kennaway 2006-09-17 01:07:23 +00:00
parent f647e41ca2
commit 7edaf09cfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173171

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