diff options
author | linimon <linimon@FreeBSD.org> | 2010-03-26 19:26:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-03-26 19:26:54 +0800 |
commit | 05163ea1328d36e0ad1deba8c4f209d3de5c4ab2 (patch) | |
tree | 3f29e4fac27e1c22a9382692ef3165dcc08649f0 /astro/libgal/Makefile | |
parent | 06f7d356b48ae7a7ce62ec72a30c768553ee8a07 (diff) | |
download | freebsd-ports-gnome-05163ea1328d36e0ad1deba8c4f209d3de5c4ab2.tar.gz freebsd-ports-gnome-05163ea1328d36e0ad1deba8c4f209d3de5c4ab2.tar.zst freebsd-ports-gnome-05163ea1328d36e0ad1deba8c4f209d3de5c4ab2.zip |
Also broken on powerpc.
Hat: portmgr
Diffstat (limited to 'astro/libgal/Makefile')
-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 |