pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs27



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Nov 14 12:51:10 UTC 2021

Modified Files:
        pkgsrc/editors/emacs27: Makefile.common

Log Message:
emacs27: replace the shell of autogen.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/emacs27/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs27/Makefile.common
diff -u pkgsrc/editors/emacs27/Makefile.common:1.3 pkgsrc/editors/emacs27/Makefile.common:1.4
--- pkgsrc/editors/emacs27/Makefile.common:1.3  Mon Sep 27 19:18:08 2021
+++ pkgsrc/editors/emacs27/Makefile.common      Sun Nov 14 12:51:09 2021
@@ -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 @@ GNU_CONFIGURE=        yes
 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