Mesa: Update Mesa 7.8.2 patch

* ifeq vs ifdef to ensure DEBUG is disabled
  properly
* call make haiku vs copying haiku to current
* Fixes #9685 gcc2 debug
This commit is contained in:
Alexander von Gluck IV
2013-04-28 15:13:30 +00:00
committed by Ingo Weinhold
parent 6003610c35
commit 2ed97855e1
2 changed files with 3 additions and 70 deletions

View File

@@ -16,7 +16,7 @@ BUILD()
{
export DEBUG=0
cd Mesa-7.8.2
make
make haiku
cd ..
sh $(haikuporter -t)/sys-libs/mesa/buildpackage.sh 7.8.2 ./Mesa-7.8.2
echo "There should be a Mesa OptionalBuild package in your home if everything went well!"