From 7b75076f64415c45cf353b12d78b1f79eeaadfa5 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 21 Jul 2021 12:00:57 +0200 Subject: [PATCH] add hack to compile Emacs --- e/emacs/SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/e/emacs/SlackBuild b/e/emacs/SlackBuild index 67bfd010..f8f99f3c 100755 --- a/e/emacs/SlackBuild +++ b/e/emacs/SlackBuild @@ -89,7 +89,9 @@ git checkout $BRANCH git pull --all [ "x$VERSION" == "xtrunk" ] || git checkout $VERSION [ -e Makefile ] && make distclean - ./autogen.sh +./autogen.sh + +rm lisp/loaddefs.el # https://lists.gnu.org/r/emacs-devel/2021-04/msg01430.html [ "x$VERSION" == "xtrunk" ] && VERSION="git_$(git log -1 --format=%h_%ad --date=format:%Y.%m.%d)"