mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
emacs, fix build for new tree-sitter (#13812)
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user