diff options
author | linimon <linimon@FreeBSD.org> | 2009-03-16 15:52:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-03-16 15:52:56 +0800 |
commit | 008689a121d69314a186a454856821bc054f60c8 (patch) | |
tree | 24bf4f3216b29b9005bf287f4808494765215f6d | |
parent | 31d62317ff429f832855465a758388320297928d (diff) | |
download | freebsd-ports-gnome-008689a121d69314a186a454856821bc054f60c8.tar.gz freebsd-ports-gnome-008689a121d69314a186a454856821bc054f60c8.tar.zst freebsd-ports-gnome-008689a121d69314a186a454856821bc054f60c8.zip |
Mark as broken on sparc64: gcc dumps core.
-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> |