Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 19:24:22 GMT
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c9200ec0abe7 - main - devel/py-google-re2: add USE_GCC=yes to fix build on GCC-based systems:
Message-ID:  <202105121924.14CJOMUd019415@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by linimon:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c9200ec0abe7ea69a9326f4cce0fd971ddf9b836

commit c9200ec0abe7ea69a9326f4cce0fd971ddf9b836
Author:     Mark Linimon <linimon@FreeBSD.org>
AuthorDate: 2021-05-12 19:23:52 +0000
Commit:     Mark Linimon <linimon@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105121924.14CJOMUd019415>