Mark BROKEN on alpha for the time being. The build causes xsltproc to

dump core.
This commit is contained in:
Joe Marcus Clarke 2004-11-28 21:00:03 +00:00
parent 0a04022172
commit 414f5ff7e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122691

View File

@ -28,4 +28,10 @@ USE_GNOME= gnomeprefix gnomehack
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Causes xsltproc to die with a floating point exception"
.endif
.include <bsd.port.post.mk>