summaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-11-28 21:00:03 +0000
committermarcus <marcus@FreeBSD.org>2004-11-28 21:00:03 +0000
commit048552e4742f619306e81d85effa0702b21c7661 (patch)
tree82391f45aa5c164c78b154ee3163d235b3d44c83 /finance
parentb17daa8feb94aa24b59baa32f802d704be9e2468 (diff)
downloadFreeBSD-ports-048552e4742f619306e81d85effa0702b21c7661.zip
FreeBSD-ports-048552e4742f619306e81d85effa0702b21c7661.tar.gz
Mark BROKEN on alpha for the time being. The build causes xsltproc to
dump core.
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash-docs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile
index 8d63c26..d195f5a 100644
--- a/finance/gnucash-docs/Makefile
+++ b/finance/gnucash-docs/Makefile
@@ -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>
OpenPOWER on IntegriCloud