diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 06:07:18 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-10 06:07:18 +0000 |
commit | 9ea7ce4a25017af463e6dc511fa08a238e78ce02 (patch) | |
tree | aeb6acafb20bdbda4265acb8fe2bc4aa42967705 /graphics/rawtherapee | |
parent | c75466ad04deffaa34368076a4157183f95ab9a6 (diff) | |
download | ports-9ea7ce4a25017af463e6dc511fa08a238e78ce02.tar.gz ports-9ea7ce4a25017af463e6dc511fa08a238e78ce02.zip |
Notes
Diffstat (limited to 'graphics/rawtherapee')
-rw-r--r-- | graphics/rawtherapee/Makefile | 4 |
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 |