pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/ppc-morphos-gcc-9 cross/ppc-morphos-gcc-9: Use a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbe53cd63aa6
branches:  trunk
changeset: 389487:fbe53cd63aa6
user:      js <js%pkgsrc.org@localhost>
date:      Sun Dec 04 20:07:12 2022 +0000

description:
cross/ppc-morphos-gcc-9: Use autoconf269

The default autoconf changed in the meantime and GCC breaks loudly with
autoconf 2.70.

diffstat:

 cross/ppc-morphos-gcc-9/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5717ee8cd6b2 -r fbe53cd63aa6 cross/ppc-morphos-gcc-9/Makefile
--- a/cross/ppc-morphos-gcc-9/Makefile  Sun Dec 04 19:04:21 2022 +0000
+++ b/cross/ppc-morphos-gcc-9/Makefile  Sun Dec 04 20:07:12 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:16 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/12/04 20:07:12 js Exp $
 
 DISTNAME=      sdk-source-20191111
 PKGNAME=       ppc-morphos-gcc-9-9.2.0
@@ -18,7 +18,7 @@
 WRKSRC=                        ${WRKDIR}/sdk-source/gcc9/gcc-${PKGVERSION_NOREV}
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            xzcat gtar patch autoconf gsed gmake perl makeinfo
+USE_TOOLS+=            xzcat gtar patch autoconf269 gsed gmake perl makeinfo
 
 OBJDIR=                        ../build
 CONFIGURE_DIRS=                ${OBJDIR}



Home | Main Index | Thread Index | Old Index