pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc10 gcc10: avoid picking up zstd.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e910e5e1c3f
branches:  trunk
changeset: 446240:9e910e5e1c3f
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri Feb 05 18:32:11 2021 +0000

description:
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:

 lang/gcc10/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bc83ab1efe46 -r 9e910e5e1c3f lang/gcc10/Makefile
--- a/lang/gcc10/Makefile       Fri Feb 05 17:26:06 2021 +0000
+++ b/lang/gcc10/Makefile       Fri Feb 05 18:32:11 2021 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index