summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2018-06-29 15:39:33 +0000
committergdt <gdt@pkgsrc.org>2018-06-29 15:39:33 +0000
commit1b4aef55fe1c8f23b49b152f014ddeb81765109f (patch)
tree179c051f34195aca5cabebd7f096d2c209b2de29 /editors
parentda0e20824ce1c7c9fd0562c4c098187a111f8f17 (diff)
downloadpkgsrc-1b4aef55fe1c8f23b49b152f014ddeb81765109f.tar.gz
emacs26-nox11: force-disable ns to fix build on MacOS
emacs26-nox11 is missing a fix made to emacs25, which disables ns (nextstep) unconditionally. Otherwise, the build picks up system libraries and builds a mac app, which does not match the PLIST, and is not console-only as intended. (The CONFIGURE_ARGS disabling scheme is inconsistent between emacs version, but this is a minimal build fix during freeze.)
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs26-nox11/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs26-nox11/Makefile b/editors/emacs26-nox11/Makefile
index b6cfca19d94..7f8317ec7bc 100644
--- a/editors/emacs26-nox11/Makefile
+++ b/editors/emacs26-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/06/20 11:08:22 mef Exp $
+# $NetBSD: Makefile,v 1.2 2018/06/29 15:39:33 gdt Exp $
PKGNAME= ${DISTNAME:S/emacs/emacs26/:S/-/-nox11-/}
CONFLICTS+= emacs26-[0-9]*
@@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --without-gconf
CONFIGURE_ARGS+= --without-imagemagick
CONFIGURE_ARGS+= --without-xaw3d
CONFIGURE_ARGS+= --without-xft --without-libotf --without-m17n-flt
+CONFIGURE_ARGS+= --without-ns
CONFIGURE_ARGS+= --without-x
CONFIGURE_ARGS+= --without-xpm