aboutsummaryrefslogtreecommitdiff
path: root/astro/libgal
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-03-16 07:52:56 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-03-16 07:52:56 +0000
commite9afe9f5e4069e1b2ac06b62d5822d3989064462 (patch)
tree66bd77ddeb38ab098387fb7113cae45d2af2682b /astro/libgal
parent49b9d63238e5e623303003a070576fa8dbbddc7d (diff)
downloadports-e9afe9f5e4069e1b2ac06b62d5822d3989064462.tar.gz
ports-e9afe9f5e4069e1b2ac06b62d5822d3989064462.zip
Mark as broken on sparc64: gcc dumps core.
Notes
Notes: svn path=/head/; revision=230190
Diffstat (limited to 'astro/libgal')
-rw-r--r--astro/libgal/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/astro/libgal/Makefile b/astro/libgal/Makefile
index 7239c9162343..f3fe9ccdfea0 100644
--- a/astro/libgal/Makefile
+++ b/astro/libgal/Makefile
@@ -19,4 +19,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} --enable-shared=yes
USE_LDCONFIG= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64: gcc coredump
+.endif
+
+.include <bsd.port.post.mk>