diff options
author | linimon <linimon@FreeBSD.org> | 2010-06-03 15:56:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-06-03 15:56:16 +0800 |
commit | 511af3aacad8fce6bca418af3db4d5f9d1b3153d (patch) | |
tree | 996d939ee31da8a61458b81e1244b4f87f2f438a /graphics/aaphoto/Makefile | |
parent | 932aa512555ca0f151fe318503026271af8f8e7f (diff) | |
download | freebsd-ports-gnome-511af3aacad8fce6bca418af3db4d5f9d1b3153d.tar.gz freebsd-ports-gnome-511af3aacad8fce6bca418af3db4d5f9d1b3153d.tar.zst freebsd-ports-gnome-511af3aacad8fce6bca418af3db4d5f9d1b3153d.zip |
Mark as broken on tier-2 archs.
Hat: portmgr
Diffstat (limited to 'graphics/aaphoto/Makefile')
-rw-r--r-- | graphics/aaphoto/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile index 2e4cf6f1cdf9..277dbd739876 100644 --- a/graphics/aaphoto/Makefile +++ b/graphics/aaphoto/Makefile @@ -31,6 +31,10 @@ PORTDOCS= AUTHORS ChangeLog COPYING COPYRIGHT INSTALL LICENSE \ .include <bsd.port.pre.mk> +.if ${ARCH} != "amd64" && ${ARCH} != "i386" +BROKEN= Does not compile on !amd64 and !i386 +.endif + .if ${OSVERSION} >= 700000 CFLAGS+= -fopenmp -D__OPENMP__ .endif |