From 0a081a8146b35b616dac72f17fd94f4c5227c207 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 6 Aug 2019 14:32:37 +0200 Subject: [PATCH] xrick, fix reference to libSDL (#4076) --- games-arcade/xrick/xrick-021212.recipe | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/games-arcade/xrick/xrick-021212.recipe b/games-arcade/xrick/xrick-021212.recipe index a9dbba049..3e8c73934 100644 --- a/games-arcade/xrick/xrick-021212.recipe +++ b/games-arcade/xrick/xrick-021212.recipe @@ -9,32 +9,31 @@ and theSchwarzendumpf castle." HOMEPAGE="http://www.bigorno.net/xrick" COPYRIGHT="2000-2006 Bigorno.net" LICENSE="xrick" -REVISION="2" +REVISION="3" SOURCE_URI="http://www.bigorno.net/xrick/xrick-021212.tgz" CHECKSUM_SHA256="aa8542120bec97a730258027a294bd16196eb8b3d66134483d085f698588fc2b" PATCHES="xrick-$portVersion.patchset" -ARCHITECTURES="x86_gcc2" +ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" PROVIDES=" xrick = $portVersion app:xrick = $portVersion " REQUIRES=" - haiku$secondaryArchSuffix - lib:libsdl$secondaryArchSuffix - lib:libz$secondaryArchSuffix + haiku + lib:libSDL_1.2 + lib:libz " BUILD_REQUIRES=" - devel:libsdl$secondaryArchSuffix - devel:libz$secondaryArchSuffix + haiku_devel + devel:libSDL + devel:libz " BUILD_PREREQUIRES=" - haiku${secondaryArchSuffix}_devel - haiku_devel - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix + cmd:gcc + cmd:ld cmd:make "