aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-02-28 07:24:04 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-02-28 07:24:04 +0000
commitcbb464641723dc42c8c536d41fa5416bb1c73ce5 (patch)
tree238ce275380d46225b134e22a1effe3704c53059
parente630dfdfa043fdbf7b849bcf0e65fa62efa70935 (diff)
downloadports-cbb464641723dc42c8c536d41fa5416bb1c73ce5.tar.gz
ports-cbb464641723dc42c8c536d41fa5416bb1c73ce5.zip
MFH: r566453 (partially)
ALso 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=/branches/2021Q1/; revision=566750
-rw-r--r--lang/gcc8-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc8-devel/Makefile b/lang/gcc8-devel/Makefile
index 9a4d3c83eb50..45424b424d7a 100644
--- a/lang/gcc8-devel/Makefile
+++ b/lang/gcc8-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} \