From 9a8e67ae6330be23050ff3716dbc131bcce2b6b8 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Tue, 20 Feb 2018 16:17:16 +0000 Subject: editors/emacs@nox, editors/emacs-devel@nox: Fix configure error When liblockfile is installed, configure fails, but only for the @nox flavors. There is an emacs-devel@gnu.org mailing list thread discussing the issue. https://lists.gnu.org/archive/html/emacs-devel/2018-02/msg00515.html PR: 225902 Submitted by: Yasuhiro KIMURA --- editors/emacs-devel/Makefile | 1 + editors/emacs/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 2f67eb8765ad..4f7f5a99f9e1 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -36,6 +36,7 @@ SUB_FILES= sources.el SUB_LIST= EMACS_VER=${EMACS_VER} CONFIGURE_ARGS= --with-gameuser=games:games +CONFIGURE_ENV= ac_cv_prog_liblockfile=no PLIST_SUB= EMACS_VER=${EMACS_VER} GNU_HOST=${CONFIGURE_TARGET} diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index b4ca81a8321d..32703138e3b7 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -39,6 +39,7 @@ SUB_LIST= ARCHLIBDIR=${PREFIX}/libexec/emacs/${EMACS_VER}/${CONFIGURE_TARGET} \ CONFIGURE_ARGS= --localstatedir=/var \ --with-gameuser=games:games +CONFIGURE_ENV= ac_cv_prog_liblockfile=no PLIST_SUB= EMACS_VER=${EMACS_VER} GNU_HOST=${CONFIGURE_TARGET} -- cgit v1.2.3