diff options
author | rm <rm@FreeBSD.org> | 2012-04-26 22:33:32 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-04-26 22:33:32 +0800 |
commit | 416e598935ff1521a2114198f94fc49fd7ee28ca (patch) | |
tree | c3e8862989df604e889c701c5e7527bbd84b3751 | |
parent | d7cb18a9d45d5a542563acb316bc1c4f2157098c (diff) | |
download | freebsd-ports-gnome-416e598935ff1521a2114198f94fc49fd7ee28ca.tar.gz freebsd-ports-gnome-416e598935ff1521a2114198f94fc49fd7ee28ca.tar.zst freebsd-ports-gnome-416e598935ff1521a2114198f94fc49fd7ee28ca.zip |
Lets check if build is now passes on archs other than i386 and amd64.
Discussed with: portmgr (linimon)
-rw-r--r-- | graphics/rawtherapee/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 7e2ddb4a44dc..165525828a74 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -60,9 +60,9 @@ 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 ${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 |