mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
sdl_net, sdl_sound and gcc2
This commit is contained in:
@@ -20,8 +20,13 @@ REVISION="1"
|
|||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
COPYRIGHT="2002-2013 The DosBox Team"
|
COPYRIGHT="2002-2013 The DosBox Team"
|
||||||
|
|
||||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
ARCHITECTURES="x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
|
||||||
|
# x86_gcc2 is fine as primary target architecture as long as we're building
|
||||||
|
# for a different secondary architecture.
|
||||||
|
ARCHITECTURES="$ARCHITECTURES x86_gcc2"
|
||||||
|
fi
|
||||||
|
SECONDARY_ARCHITECTURES="x86 x86_64"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
dosbox$secondaryArchSuffix = $portVersion
|
dosbox$secondaryArchSuffix = $portVersion
|
||||||
@@ -30,6 +35,8 @@ PROVIDES="
|
|||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix >= $haikuVersion
|
haiku$secondaryArchSuffix >= $haikuVersion
|
||||||
lib:libsdl$secondaryArchSuffix
|
lib:libsdl$secondaryArchSuffix
|
||||||
|
lib:sdl_net$secondaryArchSuffix
|
||||||
|
lib:sdl_sound$secondaryArchSuffix
|
||||||
lib:libglu$secondaryArchSuffix
|
lib:libglu$secondaryArchSuffix
|
||||||
lib:libpng$secondaryArchSuffix
|
lib:libpng$secondaryArchSuffix
|
||||||
lib:libz$secondaryArchSuffix
|
lib:libz$secondaryArchSuffix
|
||||||
@@ -39,6 +46,8 @@ BUILD_REQUIRES="
|
|||||||
devel:libglu$secondaryArchSuffix
|
devel:libglu$secondaryArchSuffix
|
||||||
devel:libpng$secondaryArchSuffix
|
devel:libpng$secondaryArchSuffix
|
||||||
devel:libz$secondaryArchSuffix
|
devel:libz$secondaryArchSuffix
|
||||||
|
devel:sdl_net$secondaryArchSuffix
|
||||||
|
devel:sdl_sound$secondaryArchSuffix
|
||||||
libsdl${secondaryArchSuffix}_devel
|
libsdl${secondaryArchSuffix}_devel
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
|
|||||||
Reference in New Issue
Block a user