diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-27 14:25:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-27 14:25:19 +0000 |
commit | a3853b821094025c619e8adf5458ac6a132bc4ed (patch) | |
tree | afd9b39ee7baaad6cec5949019009df0c8e33001 | |
parent | 2c8b364bf9863ced4ea185e4075d6257b8034321 (diff) | |
download | ports-a3853b821094025c619e8adf5458ac6a132bc4ed.tar.gz ports-a3853b821094025c619e8adf5458ac6a132bc4ed.zip |
Notes
-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> |