From 86f6dde4e9e001e775614977d77248ef9a124b0d Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Thu, 13 May 2021 16:11:42 +1000 Subject: [PATCH] TinyEmu: fix sdl requires --- app-emulation/tinyemu/tinyemu-2019.12.21.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/tinyemu/tinyemu-2019.12.21.recipe b/app-emulation/tinyemu/tinyemu-2019.12.21.recipe index 3f19fe463..9aaa1effe 100644 --- a/app-emulation/tinyemu/tinyemu-2019.12.21.recipe +++ b/app-emulation/tinyemu/tinyemu-2019.12.21.recipe @@ -19,7 +19,7 @@ including: HOMEPAGE="https://bellard.org/tinyemu/" COPYRIGHT="2017-2019 Fabrice Bellard" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://bellard.org/tinyemu/tinyemu-${portVersion//./-}.tar.gz" CHECKSUM_SHA256="be8351f2121819b3172fcedce5cb1826fa12c87da1b7ed98f269d3e802a05555" SOURCE_DIR="tinyemu-${portVersion//./-}" @@ -51,7 +51,7 @@ BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libcrypto$secondaryArchSuffix devel:libcurl$secondaryArchSuffix - devel:libsdl$secondaryArchSuffix + devel:libSDL_1.2$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix