aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2018-02-20 16:17:16 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2018-02-20 16:17:16 +0000
commit9a8e67ae6330be23050ff3716dbc131bcce2b6b8 (patch)
tree00dd45191759d5ec179723aaf853c82a3c8c0d68 /editors/emacs
parentb214f539a26e853276179dc9272a724bd0a48e50 (diff)
downloadports-9a8e67ae6330be23050ff3716dbc131bcce2b6b8.tar.gz
ports-9a8e67ae6330be23050ff3716dbc131bcce2b6b8.zip
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 <yasu@utahime.org>
Notes
Notes: svn path=/head/; revision=462408
Diffstat (limited to 'editors/emacs')
-rw-r--r--editors/emacs/Makefile1
1 files changed, 1 insertions, 0 deletions
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}