aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc8
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-03-04 09:58:08 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-03-04 09:58:08 +0000
commit50ae97e0266847d4fc88ce79df6a269fc5fe63ba (patch)
tree6676a43c20d0410ae3b2179b179e42bac832471b /lang/gcc8
parentd293d664afae71cfc113397985774b459181641c (diff)
downloadports-50ae97e0266847d4fc88ce79df6a269fc5fe63ba.tar.gz
ports-50ae97e0266847d4fc88ce79df6a269fc5fe63ba.zip
Backport part of r566453 | gerald | 2021-02-24 from lang/gcc8-devel:
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=/head/; revision=567297
Diffstat (limited to 'lang/gcc8')
-rw-r--r--lang/gcc8/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc8/Makefile b/lang/gcc8/Makefile
index 7746185da8cc..777a156a53d9 100644
--- a/lang/gcc8/Makefile
+++ b/lang/gcc8/Makefile
@@ -96,7 +96,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} \