From 163a211ffcfd27de4c66314d745a58774d1e8fef Mon Sep 17 00:00:00 2001 From: linimon Date: Sat, 27 Feb 2010 01:47:58 +0000 Subject: Attempt to remove i386/amd64-specific optimizations to see if this will unbreak it on sparc64. Hat: portmgr Feature safe: yes --- graphics/rawtherapee/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index eaee76baf6e3..a4568c40b0d0 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -40,10 +40,12 @@ OPTIONS= OPTIMIZED_CFLAGS "Use optimized CFLAGS" on .include +.if ${ARCH} == "amd64" || ${ARCH} == "i386" .if !defined(WITHOUT_OPTIMIZED_CFLAGS) CFLAGS+= -O3 -ffast-math -fexpensive-optimizations \ -funroll-loops -msse .endif +.endif do-install: ${INSTALL_DATA} ${WRKSRC}/rtengine/librtengine.so ${PREFIX}/lib -- cgit