From aee90b09967e894f6cf9cdfbcda778abda0515d6 Mon Sep 17 00:00:00 2001 From: Mark 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(+) (limited to 'graphics') 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 v1.2.3