diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:38:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 05:38:32 +0000 |
commit | 7d8608ab13015da604725355ba888c212c9eb177 (patch) | |
tree | 74d9147b89d28cb3c65b13ef847fe70663415054 /graphics | |
parent | 93cc5a0629ed3d9812bbda5c1097872843a63f14 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/enfle/Makefile | 4 | ||||
-rw-r--r-- | graphics/grx/Makefile | 4 | ||||
-rw-r--r-- | graphics/gsculpt/Makefile | 4 | ||||
-rw-r--r-- | graphics/luxrender/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile index 7421938b6746..38181ce8be9f 100644 --- a/graphics/enfle/Makefile +++ b/graphics/enfle/Makefile @@ -54,8 +54,8 @@ CONFIGURE_ARGS+= --disable-mmx --disable-sse .endif .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif .if ${OSVERSION} < 700000 diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile index ddfa66238578..e0eceb7e7a1f 100644 --- a/graphics/grx/Makefile +++ b/graphics/grx/Makefile @@ -90,8 +90,8 @@ CONFIGURE_ARGS+=--disable-zlib CONFIGURE_ARGS+=--enable-x86_64 .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif post-patch: diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index 8c537686e34f..9501a59c5c2d 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -32,8 +32,8 @@ DATADIR= ${PREFIX}/share/gSculpt .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not compile +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif post-patch: diff --git a/graphics/luxrender/Makefile b/graphics/luxrender/Makefile index e46ac4a12c37..b68f7b1570f1 100644 --- a/graphics/luxrender/Makefile +++ b/graphics/luxrender/Makefile @@ -63,8 +63,8 @@ post-patch: .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64: uses i386-specific options +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile4: uses i386-specific options .endif .include <bsd.port.post.mk> |