From 437ccdbad1b0dcfa1993ab8bb60083ff16fe81f1 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sat, 27 Feb 2021 07:59:28 +0000 Subject: MFH: r565994 (partially) 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] --- lang/gcc10-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/gcc10-devel/Makefile b/lang/gcc10-devel/Makefile index fd94b33e13bf..8f510cfb1ea5 100644 --- a/lang/gcc10-devel/Makefile +++ b/lang/gcc10-devel/Makefile @@ -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} \ -- cgit v1.3