diff options
author | erwin <erwin@FreeBSD.org> | 2012-03-07 22:15:35 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2012-03-07 22:15:35 +0800 |
commit | 1d0dc1d77606b64584e92c6646da660c57a1767d (patch) | |
tree | 96ca311a2290695f58c9874dfc476b7b7ad3389f /graphics | |
parent | 6b55e28941f86bf2cfbf81326ab020033952e195 (diff) | |
download | freebsd-ports-gnome-1d0dc1d77606b64584e92c6646da660c57a1767d.tar.gz freebsd-ports-gnome-1d0dc1d77606b64584e92c6646da660c57a1767d.tar.zst freebsd-ports-gnome-1d0dc1d77606b64584e92c6646da660c57a1767d.zip |
Add i386 to the BROKEN arch's.
Submitted by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rawtherapee/Makefile | 4 |
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) |