diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-29 05:00:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-29 05:00:03 +0800 |
commit | 048552e4742f619306e81d85effa0702b21c7661 (patch) | |
tree | 82391f45aa5c164c78b154ee3163d235b3d44c83 /finance/gnucash-docs | |
parent | b17daa8feb94aa24b59baa32f802d704be9e2468 (diff) | |
download | freebsd-ports-graphics-048552e4742f619306e81d85effa0702b21c7661.tar.gz freebsd-ports-graphics-048552e4742f619306e81d85effa0702b21c7661.tar.zst freebsd-ports-graphics-048552e4742f619306e81d85effa0702b21c7661.zip |
Mark BROKEN on alpha for the time being. The build causes xsltproc to
dump core.
Diffstat (limited to 'finance/gnucash-docs')
-rw-r--r-- | finance/gnucash-docs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index 8d63c262afb..d195f5af593 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> |