aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-04-26 22:33:32 +0800
committerrm <rm@FreeBSD.org>2012-04-26 22:33:32 +0800
commit416e598935ff1521a2114198f94fc49fd7ee28ca (patch)
treec3e8862989df604e889c701c5e7527bbd84b3751
parentd7cb18a9d45d5a542563acb316bc1c4f2157098c (diff)
downloadfreebsd-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/Makefile6
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