aboutsummaryrefslogtreecommitdiff
path: root/graphics/squish
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-01 02:44:28 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-07-01 02:44:28 +0000
commitbd9b91a1803ed5fc284fe740bb162c08a1f340d9 (patch)
tree4457bbfa697072c68d1898f63429764a4c17ea27 /graphics/squish
parent7c917dbfaee77f880b1bec31b69aa40bab68cb83 (diff)
downloadports-bd9b91a1803ed5fc284fe740bb162c08a1f340d9.tar.gz
ports-bd9b91a1803ed5fc284fe740bb162c08a1f340d9.zip
Notes
Diffstat (limited to 'graphics/squish')
-rw-r--r--graphics/squish/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/squish/Makefile b/graphics/squish/Makefile
index 4f2cb1ed1975..2e63a32328da 100644
--- a/graphics/squish/Makefile
+++ b/graphics/squish/Makefile
@@ -3,6 +3,7 @@
PORTNAME= squish
PORTVERSION= 1.10
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://libsquish.googlecode.com/files/
@@ -19,10 +20,11 @@ CXXFLAGS+= -fPIC -include limits.h
OPTIONS_RADIO= RG1
OPTIONS_RADIO_RG1= ALTIVEC SSE
+OPTIONS_DEFAULT_amd64= SSE
ALTIVEC_DESC= Use Altivec instructions
RG1_DESC= Optimizations Selection
ALTIVEC_CXXFLAGS= -DSQUISH_USE_ALTIVEC=1 -maltivec
-SSE_CXXFLAGS= -DSQUISH_USE_SSE=2 -msse
+SSE_CXXFLAGS= -DSQUISH_USE_SSE=2 -msse2
.include <bsd.port.mk>