diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-03-16 07:52:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-03-16 07:52:56 +0000 |
commit | e9afe9f5e4069e1b2ac06b62d5822d3989064462 (patch) | |
tree | 66bd77ddeb38ab098387fb7113cae45d2af2682b /astro/libgal | |
parent | Mark as broken on sparc64: latest version includes i386 asm. (diff) |
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/Makefile | 8 |
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> |