summaryrefslogtreecommitdiff
path: root/editors/emacs25
diff options
context:
space:
mode:
authorchuck <chuck@pkgsrc.org>2018-03-30 18:28:32 +0000
committerchuck <chuck@pkgsrc.org>2018-03-30 18:28:32 +0000
commit0db4e85477b5e2e3a3159b9bd28f90b95d3f811b (patch)
tree508132427a8c798b86cf86fd713458b4de4cc94b /editors/emacs25
parentc39a7e1be69c5a25ff55bbb5676e19f32e013c00 (diff)
downloadpkgsrc-0db4e85477b5e2e3a3159b9bd28f90b95d3f811b.tar.gz
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.
Diffstat (limited to 'editors/emacs25')
-rw-r--r--editors/emacs25/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs25/options.mk b/editors/emacs25/options.mk
index 01032091512..204f18a9e50 100644
--- a/editors/emacs25/options.mk
+++ b/editors/emacs25/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2017/04/27 13:27:57 ryoon Exp $
+# $NetBSD: options.mk,v 1.4 2018/03/30 18:28:32 chuck Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
PKG_SUPPORTED_OPTIONS= dbus xft2 svg xml gnutls
@@ -75,6 +75,7 @@ PKG_OPTIONS+= gtk3
.if !empty(PKG_OPTIONS:Mx11)
CONFIGURE_ARGS+= --with-x
+CONFIGURE_ARGS+= --without-ns
CONFIGURE_ARGS+= --with-xpm
CONFIGURE_ARGS+= --with-jpeg
CONFIGURE_ARGS+= --with-tiff