aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2021-02-28 15:24:04 +0800
committergerald <gerald@FreeBSD.org>2021-02-28 15:24:04 +0800
commit1421ab2c355c76da99050d3c4a6ffa770ef30f68 (patch)
tree238ce275380d46225b134e22a1effe3704c53059
parentc6a95dda354e11ecb8dd710a2f9c4130f640f21a (diff)
downloadfreebsd-ports-1421ab2c355c76da99050d3c4a6ffa770ef30f68.tar.gz
freebsd-ports-1421ab2c355c76da99050d3c4a6ffa770ef30f68.tar.zst
freebsd-ports-1421ab2c355c76da99050d3c4a6ffa770ef30f68.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]
-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} \