diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-03-26 11:26:54 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-03-26 11:26:54 +0000 |
commit | c1be394a94388f5177cd6e3cac1014b4759f5483 (patch) | |
tree | 7251649abc7ba0593153fe89ebfac9307a610fc9 /astro/libgal | |
parent | b565fe4adaba124ba31f4a9fa7f22a9d7234fe76 (diff) |
Notes
Diffstat (limited to 'astro/libgal')
-rw-r--r-- | astro/libgal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/libgal/Makefile b/astro/libgal/Makefile index f3fe9ccdfea0..e1c87354ef44 100644 --- a/astro/libgal/Makefile +++ b/astro/libgal/Makefile @@ -21,7 +21,9 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc: invokes i386 asm +.elif ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64: gcc coredump .endif |