diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-06-03 07:56:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-06-03 07:56:16 +0000 |
commit | 553c534b6dc355fa4f34024967be45e99c67b561 (patch) | |
tree | b1ef8bedee1358a04f404d726e07098e2e9b834a | |
parent | Mark as broken on sparc64. (diff) |
Mark as broken on tier-2 archs.
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=255637
-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 |