From ef38fe05c71345375e9e9355d89b43682d86f948 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 29 Jul 2019 06:52:50 +0200 Subject: [PATCH] super_transball, fix references to libSDL* (#4070) --- .../super_transball-2.1.5.recipe | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/games-arcade/super_transball/super_transball-2.1.5.recipe b/games-arcade/super_transball/super_transball-2.1.5.recipe index 6806a7ca9..b7d5a2f8d 100644 --- a/games-arcade/super_transball/super_transball-2.1.5.recipe +++ b/games-arcade/super_transball/super_transball-2.1.5.recipe @@ -8,13 +8,13 @@ will try to make your journey difficult as well..." HOMEPAGE="http://www2.braingames.getput.com/stransball2/default.asp" COPYRIGHT="2003-2005 Brain Games" LICENSE="GNU GPL v2" -REVISION="3" +REVISION="4" SOURCE_URI="http://www2.braingames.getput.com/stransball2/downloads/stransball2-v15-windows.zip" CHECKSUM_SHA256="644cf89c8b7084abe0451ff433db25b41e43da77d5d92edad8253baf48b018db" SOURCE_DIR="stransball2" PATCHES="super_transball-$portVersion.patchset" -ARCHITECTURES="x86_gcc2" +ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" PROVIDES=" super_transball = $portVersion @@ -22,20 +22,20 @@ PROVIDES=" " REQUIRES=" haiku - lib:libsdl$secondaryArchSuffix - lib:libSDL_image$secondaryArchSuffix - lib:libSDL_mixer$secondaryArchSuffix - lib:libSDL_sound$secondaryArchSuffix - lib:libSGE$secondaryArchSuffix + lib:libSDL_1.2 + lib:libSDL_image_1.2 + lib:libSDL_mixer_1.2 + lib:libSDL_sound_1.0 + lib:libSGE " BUILD_REQUIRES=" haiku_devel - devel:libsdl$secondaryArchSuffix - devel:libSDL_image$secondaryArchSuffix - devel:libSDL_mixer$secondaryArchSuffix - devel:libSDL_sound$secondaryArchSuffix - devel:libSGE$secondaryArchSuffix + devel:libSDL + devel:libSDL_image + devel:libSDL_mixer + devel:libSDL_sound + devel:libSGE " BUILD_PREREQUIRES=" cmd:gcc