Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2020 10:53:18 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534901 - head/devel/hyperscan
Message-ID:  <202005111053.04BArIUp043173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon May 11 10:53:18 2020
New Revision: 534901
URL: https://svnweb.freebsd.org/changeset/ports/534901

Log:
  devel/hyperscan: fix typo that prevented cmake from finding bundled boost

Modified:
  head/devel/hyperscan/Makefile

Modified: head/devel/hyperscan/Makefile
==============================================================================
--- head/devel/hyperscan/Makefile	Mon May 11 10:25:26 2020	(r534900)
+++ head/devel/hyperscan/Makefile	Mon May 11 10:53:18 2020	(r534901)
@@ -25,7 +25,7 @@ SHARED_DESC=		Build shared library
 NATIVE_DESC=		Build with native CPU tunes
 OPTIONS_DEFAULT=	SHARED
 
-CMAKE_ARGS+=	-DBOOST_ROOT=${WRKDIR}/boost_1_73_1
+CMAKE_ARGS+=	-DBOOST_ROOT=${WRKDIR}/boost_1_73_0
 
 NATIVE_CXXFLAGS=	-march=native -mtune=native
 NATIVE_CFLAGS=		-march=native -mtune=native



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