mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Marked sge as broken. Fixed typo, and it gets all the way to linking, but what PROVIDES -lstdc++?
This commit is contained in:
@@ -8,19 +8,25 @@ COPYRIGHT="1999-2003 Anders Lindstrom"
|
||||
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
sge = $portVersion compat >= 030809
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku >= $haikuVerison
|
||||
haiku >= $haikuVersion
|
||||
lib:libSDL
|
||||
lib:SDL_image
|
||||
lib:freetype
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libSDL
|
||||
# lib:libstdc++ what provides -lstdc++?
|
||||
devel:sdl_image
|
||||
# devel:freetype
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:gcc
|
||||
|
||||
Reference in New Issue
Block a user