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 | |
parent | 49b9d63238e5e623303003a070576fa8dbbddc7d (diff) | |
download | ports-e9afe9f5e4069e1b2ac06b62d5822d3989064462.tar.gz ports-e9afe9f5e4069e1b2ac06b62d5822d3989064462.zip |
Notes
Diffstat (limited to 'astro')
-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> |