pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[PATCH 2/2] emacs28-nox11: disable building gui on darwin
---
editors/emacs28-nox11/Makefile | 1 +
1 file changed, 1 insertion(+)
nox11 should be a minimal build without gui.
diff --git a/editors/emacs28-nox11/Makefile b/editors/emacs28-nox11/Makefile
index 62a16307a42..c966f9675eb 100644
--- a/editors/emacs28-nox11/Makefile
+++ b/editors/emacs28-nox11/Makefile
@@ -12,6 +12,7 @@ DISTINFO_FILE= ${.CURDIR}/../../editors/emacs28/distinfo
CONFIGURE_ARGS+= --without-all --without-x
# but we want to gzip installed files
CONFIGURE_ARGS+= --with-compress-install
+CONFIGURE_ARGS.Darwin+= --disable-ns-self-contained --without-ns
.include "../../editors/emacs28/Makefile.common"
.include "../../mk/bsd.pkg.mk"
--
2.32.0 (Apple Git-132)
Home |
Main Index |
Thread Index |
Old Index