aboutsummaryrefslogtreecommitdiff
path: root/graphics/rawtherapee/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2012-03-07 14:15:35 +0000
committerErwin Lansing <erwin@FreeBSD.org>2012-03-07 14:15:35 +0000
commit362d16dda2830fc4654c8c95d0afdb7cab58d449 (patch)
treeeddbb804a5e9c0c810ee75ea2d180337cc8e3121 /graphics/rawtherapee/Makefile
parent3d8c10120dbc0c2efeb48bfe0863519cbd238808 (diff)
downloadports-362d16dda2830fc4654c8c95d0afdb7cab58d449.tar.gz
ports-362d16dda2830fc4654c8c95d0afdb7cab58d449.zip
Notes
Diffstat (limited to 'graphics/rawtherapee/Makefile')
-rw-r--r--graphics/rawtherapee/Makefile4
1 files changed, 2 insertions, 2 deletions
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)