Path to this page:
Subject: CVS commit: pkgsrc/editors/emacs28-nox11
From: Greg Troxel
Date: 2023-09-25 14:12:02
Message id: 20230925121202.C0D1BFBDB@cvs.NetBSD.org
Log Message:
emacs28-nox11: Force nextstep off to fix macOS build
Despite --without-all, emacs's configure finds and enables nextstep
(cocoa) on macOS, which besides violating the intent to build a
command-line emacs, builds a different set of files and thus fails
packaging. Explicitly disable nextstep.
With this change, the package builds and runs on macOS.
Files: