aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs/Makefile
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2018-04-26 02:03:28 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2018-04-26 02:03:28 +0000
commit02454df1ce038c29336ee1de5287959360ffdba9 (patch)
tree47d08122e2961f581b0889e3aa0a801664854668 /editors/emacs/Makefile
parent200e5f9ce065346ad158c62ffcf3726c110562ec (diff)
downloadports-02454df1ce038c29336ee1de5287959360ffdba9.tar.gz
ports-02454df1ce038c29336ee1de5287959360ffdba9.zip
Emacs ports: Tell configure to skip checks for sysinfo header
The build fails when devel/libsysinfo is pulled in. This can happen when graphics/ImageMagick is built with the OPENMP knob on. Reported by: Richard M. Timoney <richardt@maths.tcd.ie>
Notes
Notes: svn path=/head/; revision=468320
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r--editors/emacs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 9d9f1d2d19f9..a5edb172b4b0 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= emacs
PORTVERSION= ${EMACS_VER}
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 3
CATEGORIES= editors ipv6
MASTER_SITES= GNU
@@ -43,6 +43,8 @@ CONFIGURE_ENV= ac_cv_prog_liblockfile=no
PLIST_SUB= EMACS_VER=${EMACS_VER} GNU_HOST=${CONFIGURE_TARGET}
+CONFIGURE_ENV= ac_cv_header_sys_sysinfo_h=no \
+ ac_cv_prog_liblockfile=no
INFO= ada-mode auth autotype bovine calc ccmode cl dbus dired-x ebrowse ede \
ediff edt efaq eieio eintr elisp emacs emacs-gnutls emacs-mime epa erc \
ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info \