emacs, fix build for new tree-sitter (#13812)

This commit is contained in:
Schrijvers Luc
2026-03-12 07:18:03 +01:00
committed by GitHub
parent f6ee642a75
commit 8a71cac55a

View File

@@ -13,7 +13,7 @@ news reader, debugger interface, calendar, and more.
HOMEPAGE="https://gnu.org/s/emacs/"
COPYRIGHT="2001-2025 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="http://ftpmirror.gnu.org/emacs/emacs-$portVersion.tar.gz"
CHECKSUM_SHA256="1d79a4ba4d6596f302a7146843fe59cf5caec798190bcc07c907e7ba244b076d"
ADDITIONAL_FILES="emacs.rdef.in"
@@ -100,6 +100,7 @@ BUILD()
{
autoreconf -vfi -I m4
CFLAGS="-Dts_language_version=ts_language_abi_version -O2 -g" \
runConfigure --omit-dirs "binDir sbinDir" ./configure \
--bindir="$commandBinDir" \
--sbindir="$commandBinDir" \