summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2021-02-05 18:32:11 +0000
committermaya <maya@pkgsrc.org>2021-02-05 18:32:11 +0000
commit89091f0adeed011b746db23e14aafe14ba447c77 (patch)
tree809a59c9bb505b680dc5e80607a8998dd6648fff /lang
parentaef6fd008b8f24742c4e459ae21902d825440b8b (diff)
downloadpkgsrc-89091f0adeed011b746db23e14aafe14ba447c77.tar.gz
gcc10: avoid picking up zstd.
we probably want to enable this, but that's a less backport-appropriate patch, and I want the fix in 2020Q4.
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc10/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc10/Makefile b/lang/gcc10/Makefile
index 7490782e4b9..c311dafef55 100644
--- a/lang/gcc10/Makefile
+++ b/lang/gcc10/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/10/23 00:45:47 gutteridge Exp $
+# $NetBSD: Makefile,v 1.7 2021/02/05 18:32:11 maya Exp $
GCC_PKGNAME= gcc10
PKGREVISION= 1
@@ -191,6 +191,7 @@ GENERATE_PLIST+= \
cd ${DESTDIR}${PREFIX} && \
${FIND} ${GCC_SUBPREFIX} \( -type f -o -type l \) -print | ${SORT};
+CONFIGURE_ARGS+= --without-zstd
CHECK_BUILTIN.zlib:= yes
.include "../../devel/zlib/builtin.mk"
CHECK_BUILTIN.zlib:= no