diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-27 22:25:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-27 22:25:19 +0800 |
commit | 4b610f8ea322f3f19616f2dffa839018bac39eab (patch) | |
tree | afd9b39ee7baaad6cec5949019009df0c8e33001 /astro/libgal/Makefile | |
parent | 22bc608b481bd829c9ea28e3d8134f2f0a0fcea2 (diff) | |
download | freebsd-ports-gnome-4b610f8ea322f3f19616f2dffa839018bac39eab.tar.gz freebsd-ports-gnome-4b610f8ea322f3f19616f2dffa839018bac39eab.tar.zst freebsd-ports-gnome-4b610f8ea322f3f19616f2dffa839018bac39eab.zip |
Use broken helpers
Diffstat (limited to 'astro/libgal/Makefile')
-rw-r--r-- | astro/libgal/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/astro/libgal/Makefile b/astro/libgal/Makefile index e2b9d377c10b..531515a262fb 100644 --- a/astro/libgal/Makefile +++ b/astro/libgal/Makefile @@ -16,12 +16,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} --enable-shared=yes USE_LDCONFIG= yes -.include <bsd.port.pre.mk> +BROKEN_powerpc= Does not compile on powerpc: invokes i386 asm +BROKEN_sparc64= Does not compile on sparc64: gcc coredump -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc: invokes i386 asm -.elif ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64: gcc coredump -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |