From 5b61ecabae92f28b349bee93dc0936eda26cb7fa Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 9 Feb 2017 22:03:03 +0100 Subject: [PATCH] fife: prepare for secondary arch support mark as broken, it needs a secondary arch python --- games-engines/fife/fife-0.4.0~20150801.recipe | 62 ++++++++++--------- 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/games-engines/fife/fife-0.4.0~20150801.recipe b/games-engines/fife/fife-0.4.0~20150801.recipe index d57bf2ea6..7e6c0271e 100644 --- a/games-engines/fife/fife-0.4.0~20150801.recipe +++ b/games-engines/fife/fife-0.4.0~20150801.recipe @@ -13,46 +13,48 @@ SOURCE_DIR="fifengine-50d2f7cf9a5d5433102c32851e587e3e9142d2e0" PATCHES="fife-$portVersion.patchset" ARCHITECTURES="x86 x86_64" +SECONDARY_ARCHITECTURES="!x86" # Would need hybrid python? PROVIDES=" - fife = $portVersion + fife$secondaryArchSuffix = $portVersion " REQUIRES=" - haiku + haiku$secondaryArchSuffix python - lib:libboost_filesystem - lib:libboost_regex - lib:libboost_system - lib:libfifechan - lib:libfifechan_sdl - lib:libogg - lib:libopenal - lib:libpng - lib:libsdl - lib:libsdl_image - lib:libsdl_ttf - lib:libvorbisfile - lib:libz + lib:libboost_filesystem$secondaryArchSuffix + lib:libboost_regex$secondaryArchSuffix + lib:libboost_system$secondaryArchSuffix + lib:libfifechan$secondaryArchSuffix + lib:libfifechan_sdl$secondaryArchSuffix + lib:libog$secondaryArchSuffix + lib:libopenal$secondaryArchSuffix + lib:libpng$secondaryArchSuffix + lib:libsdl$secondaryArchSuffix + lib:libsdl_image$secondaryArchSuffix + lib:libsdl_ttf$secondaryArchSuffix + lib:libvorbisfile$secondaryArchSuffix + lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" - devel:libboost_filesystem - devel:libboost_regex - devel:libboost_system - devel:libfifechan - devel:libfifechan_sdl - devel:libogg - devel:libopenal - devel:libpng - devel:libsdl - devel:libsdl_image - devel:libsdl_ttf - devel:libvorbisfile - devel:libz + devel:libboost_filesystem$secondaryArchSuffix + devel:libboost_regex$secondaryArchSuffix + devel:libboost_system$secondaryArchSuffix + devel:libfifechan$secondaryArchSuffix + devel:libfifechan_sdl$secondaryArchSuffix + devel:libogg$secondaryArchSuffix + devel:libopenal$secondaryArchSuffix + devel:libpng$secondaryArchSuffix + devel:libsdl$secondaryArchSuffix + devel:libsdl_image$secondaryArchSuffix + devel:libsdl_ttf$secondaryArchSuffix + devel:libvorbisfile$secondaryArchSuffix + devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" - haiku_devel - cmd:gcc + haiku${secondaryArchSuffix}_devel + cmd:gcc$secondaryArchSuffix + cmd:pkg_config$secondaryArchSuffix cmd:scons cmd:swig "