Date: Fri, 5 Aug 2022 14:31:57 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cfc5a397af0d - main - security/botan2: adjust configure args for openmp option Message-ID: <202208051431.275EVvjw066010@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=cfc5a397af0d8feb43a6d428a5445f32cb309b26 commit cfc5a397af0d8feb43a6d428a5445f32cb309b26 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-08-05 14:30:32 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-08-05 14:31:45 +0000 security/botan2: adjust configure args for openmp option PR: 265648 --- security/botan2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/botan2/Makefile b/security/botan2/Makefile index 3d1aa96d8efb..0ef804b91952 100644 --- a/security/botan2/Makefile +++ b/security/botan2/Makefile @@ -62,7 +62,7 @@ OPTIONS_SUB= yes MANPAGES_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} MANPAGES_CONFIGURE_WITH= sphinx -OPENMP_CONFIGURE_WITH= openmp +OPENMP_CONFIGURE_ON= --with-openmp PYTHON_USES= python:3.6+ PYTHON_USES_OFF= python:3.6+,build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208051431.275EVvjw066010>