mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
r2ghidra, disable radare2_devel version requirement for now (#13513)
newer version has error in build, reported upstream
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user