This is also broken in a different way on ia64

This commit is contained in:
Kris Kennaway 2004-04-03 14:15:40 +00:00
parent 0ff4ce9cfe
commit fef9e3a888
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106044
3 changed files with 15 additions and 3 deletions

View File

@ -123,7 +123,11 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Segfault during build on amd64"
BROKEN= "Coredump during build on amd64"
.endif
.if ${ARCH} == "ia64"
BROKEN= "Does not compile on ia64"
.endif
.if !defined(WITHOUT_XFT)

View File

@ -123,7 +123,11 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Segfault during build on amd64"
BROKEN= "Coredump during build on amd64"
.endif
.if ${ARCH} == "ia64"
BROKEN= "Does not compile on ia64"
.endif
.if !defined(WITHOUT_XFT)

View File

@ -123,7 +123,11 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Segfault during build on amd64"
BROKEN= "Coredump during build on amd64"
.endif
.if ${ARCH} == "ia64"
BROKEN= "Does not compile on ia64"
.endif
.if !defined(WITHOUT_XFT)