Skip to content

Commit

Permalink
devel/py-google-re2: add USE_GCC=yes to fix build on GCC-based systems:
Browse files Browse the repository at this point in the history
  /usr/local/lib/python3.8/site-packages/pybind11/include/pybind11/detail/common.h:67:6: error: #error pybind11 requires gcc 4.8 or newer
  • Loading branch information
Mark Linimon authored and Mark Linimon committed May 12, 2021
1 parent 4ee28fd commit c9200ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devel/py-google-re2/Makefile
Expand Up @@ -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:
Expand Down

0 comments on commit c9200ec

Please sign in to comment.