git: c9200ec0abe7 - main - devel/py-google-re2: add USE_GCC=yes to fix build on GCC-based systems:

Piotr Kubaj pkubaj at anongoth.pl
Wed May 12 19:51:01 UTC 2021


This will force GCC for everyone, please switch to USES=compiler:c11.

On 21-05-12 19:24:22, Mark Linimon wrote:
> 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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/dev-commits-ports-all/attachments/20210512/20586c64/attachment.sig>


More information about the dev-commits-ports-all mailing list