pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc10
Module Name: pkgsrc
Committed By: maya
Date: Fri Feb 5 18:32:11 UTC 2021
Modified Files:
pkgsrc/lang/gcc10: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/gcc10/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/gcc10/Makefile
diff -u pkgsrc/lang/gcc10/Makefile:1.6 pkgsrc/lang/gcc10/Makefile:1.7
--- pkgsrc/lang/gcc10/Makefile:1.6 Fri Oct 23 00:45:47 2020
+++ pkgsrc/lang/gcc10/Makefile Fri Feb 5 18:32:11 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index