From 59e83a5ffde0dbf34ba8d0939e187c3b8b566a7a Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 28 Dec 2025 15:41:14 +0100 Subject: [PATCH] r2ghidra, disable radare2_devel version requirement for now (#13513) newer version has error in build, reported upstream --- dev-util/r2ghidra/r2ghidra-6.0.4.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/r2ghidra/r2ghidra-6.0.4.recipe b/dev-util/r2ghidra/r2ghidra-6.0.4.recipe index 4a6637c6c..4abe0bba3 100644 --- a/dev-util/r2ghidra/r2ghidra-6.0.4.recipe +++ b/dev-util/r2ghidra/r2ghidra-6.0.4.recipe @@ -41,7 +41,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then commandSuffix= fi -radare2Ver="6.0.4" +#radare2Ver="6.0.4" PROVIDES=" r2ghidra$secondaryArchSuffix = $portVersion @@ -54,9 +54,9 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libr_anal$secondaryArchSuffix == $radare2Ver - devel:libr_asm$secondaryArchSuffix == $radare2Ver - devel:libr_core$secondaryArchSuffix == $radare2Ver + devel:libr_anal$secondaryArchSuffix #== $radare2Ver + devel:libr_asm$secondaryArchSuffix #== $radare2Ver + devel:libr_core$secondaryArchSuffix #== $radare2Ver " BUILD_PREREQUIRES=" cmd:awk