Path to this page:
Subject: CVS commit: pkgsrc/editors/emacs25
From: Chuck Cranor
Date: 2018-03-30 20:28:32
Message id: 20180330182832.E90A1FB40@cvs.NetBSD.org
Log Message:
add "--without-ns" to x11 configs for OSX
on OSX the configure script will select the "nextstep" window system
unless you explicitly tell it not to:
% bmake configure |& egrep 'PKG_OPTIONS.emacs|What window system should \
Emacs use'
PKG_OPTIONS.emacs = x11
What window system should Emacs use? nextstep
%
leaving pkgsrc in a bad state where it thinks it built an x11 version,
but instead emacs built a nextstep version.
add "--without-ns" to the x11 config option for OSX. this
should not impact other platforms.
Files: