Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 20:56:01 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: b72b8fed93f3 - main - devel/py-google-re2: switch back from USE_GCC to USES:compiler:c11
Message-ID:  <202105122056.14CKu1AG040045@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=b72b8fed93f3f86bf8e0fc522234b602b5da2ccd

commit b72b8fed93f3f86bf8e0fc522234b602b5da2ccd
Author:     Mark Linimon <linimon@FreeBSD.org>
AuthorDate: 2021-05-12 20:55:03 +0000
Commit:     Mark Linimon <linimon@FreeBSD.org>
CommitDate: 2021-05-12 20:55:56 +0000

    devel/py-google-re2: switch back from USE_GCC to USES:compiler:c11
    
      so as not to force GCC everwhere.
    
    Pointed out by: pkubaj
---
 devel/py-google-re2/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devel/py-google-re2/Makefile b/devel/py-google-re2/Makefile
index d79d5f7ddc29..2c701192f897 100644
--- a/devel/py-google-re2/Makefile
+++ b/devel/py-google-re2/Makefile
@@ -15,8 +15,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR}
 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
+USES=		compiler:c11 localbase python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 post-install:



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