svn commit: r534901 - head/devel/hyperscan
Pietro Cerutti
gahr at FreeBSD.org
Mon May 11 10:53:18 UTC 2020
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
More information about the svn-ports-all
mailing list