summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2018-05-31 01:44:09 +0000
committergdt <gdt@pkgsrc.org>2018-05-31 01:44:09 +0000
commit4199c0beda41181d50693a778bc81e31214979f5 (patch)
tree1f86ebb12a5ea43012fbbd8d71043987653cfc66 /editors
parent1536e01e9be5c5920e42857073f1a0942af9eade (diff)
downloadpkgsrc-4199c0beda41181d50693a778bc81e31214979f5.tar.gz
emacs25-nox11: fix build on MacOS
On MacOS, the build finds the Cocoa framework and tries to build nextstep, which results in a wildly differing PLIST. Pass "--without-ns" to force disable this. No PKGREVISION, as any build which found ns previously failed.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs25-nox11/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs25-nox11/Makefile b/editors/emacs25-nox11/Makefile
index 57487b4a27b..5620ccdfa9d 100644
--- a/editors/emacs25-nox11/Makefile
+++ b/editors/emacs25-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/09/12 03:19:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2018/05/31 01:44:09 gdt Exp $
PKGNAME= ${DISTNAME:S/emacs/emacs25/:S/-/-nox11-/}
@@ -14,5 +14,6 @@ CONFIGURE_ARGS+= --without-dbus --without-m17n-flt --without-otf
CONFIGURE_ARGS+= --without-rsvg --without-x --without-xft
CONFIGURE_ARGS+= --without-gif --without-jpeg --without-png
CONFIGURE_ARGS+= --without-tiff --without-xpm
+CONFIGURE_ARGS+= --without-ns
.include "../../mk/bsd.pkg.mk"