mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Updated sge to support secondaryArchSuffix
This commit is contained in:
@@ -8,30 +8,33 @@ COPYRIGHT="1999-2003 Anders Lindstrom"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
sge = $portVersion compat >= 030809
|
||||
lib:libSGE = $portVersion compat >= 030809
|
||||
sge$secondaryArchSuffix = $portVersion compat >= 030809
|
||||
lib:libSGE$secondaryArchSuffix = $portVersion compat >= 030809
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVersion
|
||||
libsdl
|
||||
sdl_image
|
||||
haiku$secondaryArchSuffix
|
||||
libsdl$secondaryArchSuffix
|
||||
sdl_image$secondaryArchSuffix
|
||||
freetype
|
||||
"
|
||||
|
||||
#TODO get freetype to work in sge as well
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
devel:sdl_image
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:sdl_image$secondaryArchSuffix
|
||||
# devel:freetype
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:sdl_config
|
||||
cmd:sdl_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
SOURCE_DIR="sge030809"
|
||||
@@ -58,6 +61,7 @@ PROVIDES_devel="
|
||||
libSGE${secondaryArchSuffix}_devel = $portVersion compat >= 030809
|
||||
devel:libSGE$secondaryArchSuffix = $portVersion compat >= 030809
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libSGE$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user