git: c9200ec0abe7 - main - devel/py-google-re2: add USE_GCC=yes to fix build on GCC-based systems:
Mark Linimon
linimon at FreeBSD.org
Wed May 12 19:24:23 UTC 2021
The branch main has been updated by linimon:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c9200ec0abe7ea69a9326f4cce0fd971ddf9b836
commit c9200ec0abe7ea69a9326f4cce0fd971ddf9b836
Author: Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-05-12 19:23:52 +0000
Commit: Mark Linimon <linimon at FreeBSD.org>
CommitDate: 2021-05-12 19:23:52 +0000
devel/py-google-re2: add USE_GCC=yes to fix build on GCC-based systems:
/usr/local/lib/python3.8/site-packages/pybind11/include/pybind11/detail/common.h:67:6: error: #error pybind11 requires gcc 4.8 or newer
---
devel/py-google-re2/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/devel/py-google-re2/Makefile b/devel/py-google-re2/Makefile
index 6ea5cc6b2dae..d79d5f7ddc29 100644
--- a/devel/py-google-re2/Makefile
+++ b/devel/py-google-re2/Makefile
@@ -16,6 +16,7 @@ LIB_DEPENDS= libre2.so:devel/re2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= localbase python:3.6+
+USE_GCC= yes
USE_PYTHON= autoplist concurrent distutils
post-install:
More information about the dev-commits-ports-all
mailing list