BROKEN on sparc64 and ia64: Does not compile

This commit is contained in:
Kris Kennaway 2005-10-28 06:14:45 +00:00
parent 337c0b0414
commit 0481be1027
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146531

View file

@ -30,6 +30,10 @@ USE_GNOME= gtk20
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
BROKEN= "Does not compile on sparc64 or ia64"
.endif
.if ${ARCH} == amd64
CFLAGS+= -fPIC
.endif