summaryrefslogtreecommitdiff
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)
Notes
-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} \