pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/emacs25
Module Name: pkgsrc
Committed By: chuck
Date: Fri Mar 30 18:28:32 UTC 2018
Modified Files:
pkgsrc/editors/emacs25: options.mk
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/editors/emacs25/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/emacs25/options.mk
diff -u pkgsrc/editors/emacs25/options.mk:1.3 pkgsrc/editors/emacs25/options.mk:1.4
--- pkgsrc/editors/emacs25/options.mk:1.3 Thu Apr 27 13:27:57 2017
+++ pkgsrc/editors/emacs25/options.mk Fri Mar 30 18:28:32 2018
@@ -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
Home |
Main Index |
Thread Index |
Old Index