diff options
-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> |