aboutsummaryrefslogtreecommitdiff
path: root/graphics/rawtherapee
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-02-27 01:47:58 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-02-27 01:47:58 +0000
commitaee90b09967e894f6cf9cdfbcda778abda0515d6 (patch)
tree537e2b1b8e8f24f52f9d3b68f4c7b277ce67c223 /graphics/rawtherapee
parent1eb7d89965febd327e912a86050e23c73691d291 (diff)
downloadports-aee90b09967e894f6cf9cdfbcda778abda0515d6.tar.gz
ports-aee90b09967e894f6cf9cdfbcda778abda0515d6.zip
Attempt to remove i386/amd64-specific optimizations to see if this
will unbreak it on sparc64. Hat: portmgr Feature safe: yes
Notes
Notes: svn path=/head/; revision=250387
Diffstat (limited to 'graphics/rawtherapee')
-rw-r--r--graphics/rawtherapee/Makefile2
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.pre.mk>
+.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