diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-11 12:34:45 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-11 12:34:45 +0800 |
commit | 3cc83465cfd446d04c747766082ea71ce61fa882 (patch) | |
tree | bd9210c634e3923477920311f7bd6ffc580f3a70 /textproc | |
parent | cfc310c801c1565028b8bd8bf0e5227b29961365 (diff) | |
download | freebsd-ports-gnome-3cc83465cfd446d04c747766082ea71ce61fa882.tar.gz freebsd-ports-gnome-3cc83465cfd446d04c747766082ea71ce61fa882.tar.zst freebsd-ports-gnome-3cc83465cfd446d04c747766082ea71ce61fa882.zip |
Mark as broken on powerpc-9: segfault.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ua-ispell/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/ua-ispell/Makefile b/textproc/ua-ispell/Makefile index 1ee39c2c69e8..7a0cc662d429 100644 --- a/textproc/ua-ispell/Makefile +++ b/textproc/ua-ispell/Makefile @@ -39,4 +39,10 @@ do-install: ${PREFIX}/share/ispell/ukrainian.dict ${INSTALL_SCRIPT} ${FILESDIR}/ispell-uk ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 +BROKEN= Does not build on powerpc-9: segfault +.endif + +.include <bsd.port.post.mk> |