aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-10-10 12:26:22 +0800
committerjbeich <jbeich@FreeBSD.org>2016-10-10 12:26:22 +0800
commita10e1fcb15ef3382eac6be6a02ee12bfa8bf1815 (patch)
treef24b2fa0f40e11e2bd03ab8ee52dd8cc1cb29973 /devel
parentd47d783edb026b5c79c68f058560456d9d528785 (diff)
downloadfreebsd-ports-gnome-a10e1fcb15ef3382eac6be6a02ee12bfa8bf1815.tar.gz
freebsd-ports-gnome-a10e1fcb15ef3382eac6be6a02ee12bfa8bf1815.tar.zst
freebsd-ports-gnome-a10e1fcb15ef3382eac6be6a02ee12bfa8bf1815.zip
devel/marisa-trie: enable SSE2 by default on amd64
Respect CPUTYPE defined via make.conf in order to derive option defaults. PR: 213271 Approved by: Iblis Lin (maintainer)
Diffstat (limited to 'devel')
-rw-r--r--devel/marisa-trie/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/marisa-trie/Makefile b/devel/marisa-trie/Makefile
index e903a88223bf..d183ece66832 100644
--- a/devel/marisa-trie/Makefile
+++ b/devel/marisa-trie/Makefile
@@ -3,6 +3,7 @@
PORTNAME= marisa-tire
PORTVERSION= 0.24
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GH
@@ -27,6 +28,7 @@ CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/libdata/pkgconfig
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= SSE2 SSE3 SSSE3 SSE4 SSE41 SSE42 SSE4A POPCNT
+OPTIONS_DEFAULT=${MACHINE_CPU:tu}
SSE2_DESC= Support for SSE2
SSE2_CONFIGURE_ENABLE= sse2