aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-02-27 08:21:48 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-02-27 08:21:48 +0000
commit36b627472c69f6086470742f4ca6327234ca343d (patch)
tree76ff6c560d8d6e040207348ec99f84576ec96fc2
parent437ccdbad1b0dcfa1993ab8bb60083ff16fe81f1 (diff)
downloadports-36b627472c69f6086470742f4ca6327234ca343d.tar.gz
ports-36b627472c69f6086470742f4ca6327234ca343d.zip
MFH: r566211
Back port part of r565994 | gerald | 2021-02-18 from lang/gcc10-devel: 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=566676
-rw-r--r--lang/gcc10/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc10/Makefile b/lang/gcc10/Makefile
index aed41398f0a0..54437ae1f466 100644
--- a/lang/gcc10/Makefile
+++ b/lang/gcc10/Makefile
@@ -95,7 +95,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} \