pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/emacs27 emacs27: replace the shell of autogen.sh



details:   https://anonhg.NetBSD.org/pkgsrc/rev/799a878b36fa
branches:  trunk
changeset: 769388:799a878b36fa
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Nov 14 12:51:09 2021 +0000

description:
emacs27: replace the shell of autogen.sh

PR pkg/56497 emacs 27 fails to build on Solaris 10 (autogen.sh shell)

diffstat:

 editors/emacs27/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e2846573abe1 -r 799a878b36fa editors/emacs27/Makefile.common
--- a/editors/emacs27/Makefile.common   Sun Nov 14 09:20:28 2021 +0000
+++ b/editors/emacs27/Makefile.common   Sun Nov 14 12:51:09 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2021/09/27 19:18:08 nia Exp $
+# $NetBSD: Makefile.common,v 1.4 2021/11/14 12:51:09 nia Exp $
 #
 # used by editors/emacs27/Makefile
 # used by editors/emacs27-nox11/Makefile
@@ -24,6 +24,8 @@
 INFO_FILES=    yes
 USE_TOOLS+=    autoconf automake gmake gzip makeinfo gm4 gsed
 
+REPLACE_SH+=   autogen.sh
+
 CONFIGURE_ARGS+=       --srcdir=${WRKSRC}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 CONFIGURE_ARGS+=       --disable-autodepend



Home | Main Index | Thread Index | Old Index