mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
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>
This commit is contained in:
parent
200e5f9ce0
commit
02454df1ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468320
2 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= emacs
|
||||
DISTVERSION= ${EMACS_VER}.${EMACS_REV}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= editors ipv6
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -42,6 +42,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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue