diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-01-27 14:19:13 +0530 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2024-01-27 19:35:02 +0000 |
commit | e54c3c8a00fb4ca18ac45da316e1cd95cd1f95cb (patch) | |
tree | d46decd225439d7c5b59fc1c6a3f828b95a32f21 /dev-libs/tree-sitter/files | |
parent | profiles/package.mask: unmask net-nds/nsscache, fixed (diff) | |
download | gentoo-e54c3c8a00fb4ca18ac45da316e1cd95cd1f95cb.tar.gz gentoo-e54c3c8a00fb4ca18ac45da316e1cd95cd1f95cb.tar.bz2 gentoo-e54c3c8a00fb4ca18ac45da316e1cd95cd1f95cb.zip |
dev-libs/tree-sitter: Version bump to 0.20.9
Closes: https://bugs.gentoo.org/922963
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35040
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-libs/tree-sitter/files')
-rw-r--r-- | dev-libs/tree-sitter/files/tree-sitter-0.20.9-no-static.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/tree-sitter/files/tree-sitter-0.20.9-no-static.patch b/dev-libs/tree-sitter/files/tree-sitter-0.20.9-no-static.patch new file mode 100644 index 000000000000..ab0b7ef76fb6 --- /dev/null +++ b/dev-libs/tree-sitter/files/tree-sitter-0.20.9-no-static.patch @@ -0,0 +1,21 @@ +diff --git a/Makefile b/Makefile +index 6030852e..ea1c4617 100644 +--- a/Makefile ++++ b/Makefile +@@ -41,7 +41,7 @@ ifneq (,$(filter $(shell uname),FreeBSD NetBSD DragonFly)) + PCLIBDIR := $(PREFIX)/libdata/pkgconfig + endif + +-all: libtree-sitter.a libtree-sitter.$(SOEXTVER) ++all: libtree-sitter.$(SOEXTVER) + + libtree-sitter.a: $(OBJ) + $(AR) rcs $@ $^ +@@ -61,7 +61,6 @@ install: all + tree-sitter.pc.in > tree-sitter.pc + + install -d '$(DESTDIR)$(LIBDIR)' +- install -m644 libtree-sitter.a '$(DESTDIR)$(LIBDIR)'/ + install -m755 libtree-sitter.$(SOEXTVER) '$(DESTDIR)$(LIBDIR)'/ + ln -sf libtree-sitter.$(SOEXTVER) '$(DESTDIR)$(LIBDIR)'/libtree-sitter.$(SOEXTVER_MAJOR) + ln -sf libtree-sitter.$(SOEXTVER) '$(DESTDIR)$(LIBDIR)'/libtree-sitter.$(SOEXT) |