From e630dfdfa043fdbf7b849bcf0e65fa62efa70935 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 28 Feb 2021 07:21:43 +0000 Subject: [PATCH] MFH: r566296 (partially) Plus a back port of 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/gcc9-devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/gcc9-devel/Makefile b/lang/gcc9-devel/Makefile index 14e05bd3c556..51975d5cb0fc 100644 --- a/lang/gcc9-devel/Makefile +++ b/lang/gcc9-devel/Makefile @@ -103,7 +103,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} \