Merged in DarkmatterVale/haikuports (pull request #310)

Updated OpenSumIt
This commit is contained in:
diversys
2014-12-09 16:29:32 +03:00
2 changed files with 4 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ REVISION="1"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel >= $haikuVersion
haiku >= $haikuVersion
"
BUILD_PREREQUIRES="
@@ -31,7 +32,7 @@ ARCHITECTURES="!x86 x86_gcc2"
PROVIDES="
rez = $portVersion
app:rez = $portVersion
cmd:rez = $portVersion
"
BUILD()

View File

@@ -27,6 +27,7 @@ BUILD_PREREQUIRES="
cmd:gcc
cmd:flex
cmd:bison
cmd:rez
"
BUILD()
@@ -35,12 +36,7 @@ BUILD()
BE_C_COMPILER=gcc make DEBUG=0
PATH=`pwd`:$PATH
popd
pushd rez
BE_C_COMPILER=gcc make DEBUG=0
PATH=`pwd`:$PATH
popd
cd sum-it
BE_C_COMPILER=gcc make DEBUG=0