Marked sge as broken. Fixed typo, and it gets all the way to linking, but what PROVIDES -lstdc++?

This commit is contained in:
Scott McCreary
2013-10-27 02:07:14 -07:00
parent 23d6b2f925
commit 62198f53cd

View File

@@ -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