aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc10-devel/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-02-18 21:30:13 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-02-18 21:30:13 +0000
commitcc6643c62ced6e88ae4a6ce9d7185ce4d9424f88 (patch)
treed2b8bd98be53cc8725313058e00692bd6e8486e3 /lang/gcc10-devel/Makefile
parented74d3c982d4e3ff4daf9e9ae08893f0ec01a80f (diff)
downloadports-cc6643c62ced6e88ae4a6ce9d7185ce4d9424f88.tar.gz
ports-cc6643c62ced6e88ae4a6ce9d7185ce4d9424f88.zip
Update to the 20210213 snapshot of GCC 10.2.1.
Back port part of r565301 | gerald | 2021-02-15 from lang/gcc11-devel: Explicitly build --without-zstd such that archivers/zstd isn't pulled in inadvertedly when present in the build system even though it is not an explicit dependency. [1] PR: 253286 [1]
Notes
Notes: svn path=/head/; revision=565994
Diffstat (limited to 'lang/gcc10-devel/Makefile')
-rw-r--r--lang/gcc10-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gcc10-devel/Makefile b/lang/gcc10-devel/Makefile
index 8fd62b4c2bd4..be7813e19a4e 100644
--- a/lang/gcc10-devel/Makefile
+++ b/lang/gcc10-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 10.2.1.s20210206
+PORTVERSION= 10.2.1.s20210213
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@@ -102,7 +102,8 @@ CONFIGURE_ARGS+=--disable-nls \
--with-ld=${LOCALBASE}/bin/ld \
${ICONV_CONFIGURE_ARG} \
--with-pkgversion="FreeBSD Ports Collection" \
- --with-system-zlib
+ --with-system-zlib \
+ --without-zstd
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
USE_LDCONFIG= ${TARGLIB}
PLIST_SUB+= GCC_VERSION=${GCC_VERSION} \