From 1d0dc1d77606b64584e92c6646da660c57a1767d Mon Sep 17 00:00:00 2001 From: erwin Date: Wed, 7 Mar 2012 14:15:35 +0000 Subject: Add i386 to the BROKEN arch's. Submitted by: pointyhat --- graphics/rawtherapee/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 16fff71e05c3..60948b65f1d4 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -60,8 +60,8 @@ CXXFLAGS+= -O3 -ffast-math -fexpensive-optimizations \ .endif .endif -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" || ${ARCH} == "i386" +BROKEN= Does not compile on i386, ia64, powerpc, or sparc64 .endif .if !defined(WITHOUT_OPENMP) -- cgit