Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Oct 2016 04:26:23 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423634 - head/devel/marisa-trie
Message-ID:  <201610100426.u9A4QNOX081274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Oct 10 04:26:22 2016
New Revision: 423634
URL: https://svnweb.freebsd.org/changeset/ports/423634

Log:
  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)

Modified:
  head/devel/marisa-trie/Makefile   (contents, props changed)

Modified: head/devel/marisa-trie/Makefile
==============================================================================
--- head/devel/marisa-trie/Makefile	Mon Oct 10 03:46:59 2016	(r423633)
+++ head/devel/marisa-trie/Makefile	Mon Oct 10 04:26:22 2016	(r423634)
@@ -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=${
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610100426.u9A4QNOX081274>