mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
fife: prepare for secondary arch support
mark as broken, it needs a secondary arch python
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user