diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2018-10-01 01:59:34 +0000 | 
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2018-10-01 01:59:34 +0000 | 
| commit | 20f7d7640bc5014692574a4e09a7191dc021ecce (patch) | |
| tree | 00307b1fec7839db05a88949170d9a51fdd73a60 | |
| parent | MFH: r480991 (diff) | |
devel/google{test,mock}: back out r480988, r480990, r4809912018Q3
The ports still build fine with GCC 4.2 as 2018Q3 lacks r478607.
PR:		231835
Approved by:	ports-secteam blanket
| -rw-r--r-- | devel/googlemock/Makefile | 2 | ||||
| -rw-r--r-- | devel/googletest/Makefile | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/devel/googlemock/Makefile b/devel/googlemock/Makefile index 42b65eda9974..228ce8966581 100644 --- a/devel/googlemock/Makefile +++ b/devel/googlemock/Makefile @@ -21,7 +21,7 @@ USE_GITHUB=	yes  GH_ACCOUNT=	google  GH_PROJECT=	googletest -USES=		autoreconf compiler:c++11-lang libtool localbase python:run shebangfix +USES=		autoreconf libtool localbase python:run shebangfix  SHEBANG_FILES=	scripts/gmock_doctor.py  WRKSRC_SUBDIR=	${PORTNAME}  GNU_CONFIGURE=	yes diff --git a/devel/googletest/Makefile b/devel/googletest/Makefile index 700d666a3c3d..9cd722b8b103 100644 --- a/devel/googletest/Makefile +++ b/devel/googletest/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE  USE_GITHUB=	yes  GH_ACCOUNT=	google -USES=		autoreconf compiler:c++11-lang libtool +USES=		autoreconf libtool  WRKSRC_SUBDIR=	${PORTNAME}  GNU_CONFIGURE=	yes  # fused-src python tests are only useful for bundling. There's no point in | 
