From c79192faea808c430fad2b2a26034b5ab5eeeedf Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Tue, 11 Sep 2018 20:17:05 +1000 Subject: [PATCH] uHexen2: remove secondaryArch. enable gcc2 build. --- games-fps/uhexen2/uhexen2-1.5.9.recipe | 36 +++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/games-fps/uhexen2/uhexen2-1.5.9.recipe b/games-fps/uhexen2/uhexen2-1.5.9.recipe index fc2c86178..4e4e8d809 100644 --- a/games-fps/uhexen2/uhexen2-1.5.9.recipe +++ b/games-fps/uhexen2/uhexen2-1.5.9.recipe @@ -6,7 +6,7 @@ documentation among many others." HOMEPAGE="https://sourceforge.net/projects/uhexen2/" COPYRIGHT="2000 Raven Software" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://sourceforge.net/projects/uhexen2/files/Hammer%20of%20Thyrion/$portVersion/Source/hexen2source-$portVersion.tgz" CHECKSUM_SHA256="2aa84c141a820f9087850aacf3684a5f71c434428bc57545899eda1b9a28c3e0" SOURCE_DIR="hexen2source-$portVersion" @@ -16,33 +16,33 @@ SOURCE_DIR_2="hexen2demo_nov1997" PATCHES="uhexen2-$portVersion.patchset" ADDITIONAL_FILES="uhexen2.rdef.in" -ARCHITECTURES="!x86_gcc2 x86_64 ?x86" -SECONDARY_ARCHITECTURES="x86" +ARCHITECTURES="x86_gcc2 x86_64" PROVIDES=" - uhexen2$secondaryArchSuffix = $portVersion - app:Hexen2$secondaryArchSuffix + uhexen2 = $portVersion + app:Hexen2 " REQUIRES=" - haiku$secondaryArchSuffix - lib:libmad$secondaryArchSuffix - lib:libogg$secondaryArchSuffix - lib:libSDL$secondaryArchSuffix - lib:libvorbis$secondaryArchSuffix + haiku + lib:libmad + lib:libogg + lib:libSDL + lib:libvorbis " BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - devel:libmad$secondaryArchSuffix - devel:libogg$secondaryArchSuffix - devel:libSDL$secondaryArchSuffix - devel:libvorbis$secondaryArchSuffix + haiku_devel + devel:libmad + devel:libogg + devel:libSDL + devel:libvorbis " BUILD_PREREQUIRES=" - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix + cmd:gcc + cmd:ld cmd:make - cmd:pkg_config$secondaryArchSuffix + cmd:nasm + cmd:pkg_config " BUILD()