bochs, fix references for lib:libsdl (#8953)

This commit is contained in:
Schrijvers Luc
2023-07-04 08:13:48 +02:00
committed by GitHub
parent cafc9ee680
commit 45afadbf58

View File

@@ -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