diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-04-18 20:06:00 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-04-18 21:31:45 +0200 |
commit | ef65f14c5b3c6dad7cb9848f20b2bc066cac6923 (patch) | |
tree | 01c95ae9416f4e4ff88b63022e24ba82ddfdb949 /dev-util | |
parent | dev-ruby/ffi-compiler: remove unused patch(es) (diff) | |
download | gentoo-ef65f14c5b3c6dad7cb9848f20b2bc066cac6923.tar.gz gentoo-ef65f14c5b3c6dad7cb9848f20b2bc066cac6923.tar.bz2 gentoo-ef65f14c5b3c6dad7cb9848f20b2bc066cac6923.zip |
dev-util/radare2: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/radare2/files/radare2-5.8.2-bundled-capstone.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-util/radare2/files/radare2-5.8.2-bundled-capstone.patch b/dev-util/radare2/files/radare2-5.8.2-bundled-capstone.patch deleted file mode 100644 index 31de9b72bb37..000000000000 --- a/dev-util/radare2/files/radare2-5.8.2-bundled-capstone.patch +++ /dev/null @@ -1,21 +0,0 @@ -Need to unbundle capstone due to broken capstone-5 compatibility: - -https://github.com/radareorg/radare2/issues/21204 -https://bugs.gentoo.org/891805 - -diff --git a/shlr/Makefile b/shlr/Makefile -index 5626a061ff..5e8af3b99b 100644 ---- a/shlr/Makefile -+++ b/shlr/Makefile -@@ -225,10 +225,7 @@ capstone-sync: capstone - capstone-clean: - -$(MAKE) -C capstone clean - --capstone: capstone-$(CS_VER).tar.gz -- tar xzvf capstone-$(CS_VER).tar.gz -- rm -rf capstone -- mv capstone-$(CS_VER) capstone -+capstone: - $(MAKE) patch-capstone - - # already implemented in capstone.sh |