From 45afadbf5852bbfd8d664999b080407de32ff273 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 4 Jul 2023 08:13:48 +0200 Subject: [PATCH] bochs, fix references for lib:libsdl (#8953) --- app-emulation/bochs/bochs-2.6.11.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emulation/bochs/bochs-2.6.11.recipe b/app-emulation/bochs/bochs-2.6.11.recipe index 625c5cb92..175d98023 100644 --- a/app-emulation/bochs/bochs-2.6.11.recipe +++ b/app-emulation/bochs/bochs-2.6.11.recipe @@ -5,7 +5,7 @@ HOMEPAGE="http://bochs.sourceforge.net/" COPYRIGHT="2001-2020 The Bochs Project" LICENSE="GNU LGPL v2.1 Bochs" -REVISION="1" +REVISION="2" SOURCE_URI="https://downloads.sourceforge.net/bochs/bochs-$portVersion.tar.gz" CHECKSUM_SHA256="63897b41fbbbdfb1c492d3c4dee1edb4224282a07bbdf442a4a68c19bcc18862" ADDITIONAL_FILES="bochs-2.6.11.rdef.in" @@ -21,7 +21,7 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix lib:libreadline$secondaryArchSuffix - lib:libsdl$secondaryArchSuffix + lib:libSDL_1.2$secondaryArchSuffix " if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then REQUIRES+=" @@ -30,8 +30,9 @@ REQUIRES+=" fi BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel devel:libreadline$secondaryArchSuffix - devel:libsdl$secondaryArchSuffix + devel:libSDL_1.2$secondaryArchSuffix devel:libz$secondaryArchSuffix " if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then @@ -40,7 +41,6 @@ BUILD_REQUIRES+=" " fi BUILD_PREREQUIRES=" - haiku${secondaryArchSuffix}_devel cmd:awk cmd:gcc$secondaryArchSuffix cmd:gzip