aboutsummaryrefslogtreecommitdiff
path: root/graphics/rawtherapee/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-11-10 06:07:18 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-11-10 06:07:18 +0000
commit9ea7ce4a25017af463e6dc511fa08a238e78ce02 (patch)
treeaeb6acafb20bdbda4265acb8fe2bc4aa42967705 /graphics/rawtherapee/Makefile
parentc75466ad04deffaa34368076a4157183f95ab9a6 (diff)
downloadports-9ea7ce4a25017af463e6dc511fa08a238e78ce02.tar.gz
ports-9ea7ce4a25017af463e6dc511fa08a238e78ce02.zip
Mark as broken on powerpc and sparc64.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=285426
Diffstat (limited to 'graphics/rawtherapee/Makefile')
-rw-r--r--graphics/rawtherapee/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile
index 8c3eb07c714b..16fff71e05c3 100644
--- a/graphics/rawtherapee/Makefile
+++ b/graphics/rawtherapee/Makefile
@@ -60,6 +60,10 @@ CXXFLAGS+= -O3 -ffast-math -fexpensive-optimizations \
.endif
.endif
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not compile on ia64, powerpc, or sparc64
+.endif
+
.if !defined(WITHOUT_OPENMP)
CMAKE_ARGS+= -DOPTION_OMP:BOOL=ON
.else