Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=5b1c2271167ad11043126ccfa9b5a3fffa3ca88a

commit 5b1c2271167ad11043126ccfa9b5a3fffa3ca88a
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sun Jun 14 12:31:31 2009 +0200

simgear-1.9.1-5-i686

- add simgear-1.9.1-gcc44.patch

diff --git a/source/xlib-extra/simgear/FrugalBuild 
b/source/xlib-extra/simgear/FrugalBuild
index 0fda60d..02aad95 100644
--- a/source/xlib-extra/simgear/FrugalBuild
+++ b/source/xlib-extra/simgear/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=simgear
pkgver=1.9.1
-pkgrel=4
+pkgrel=5
pkgdesc="Libraries to be used as building blocks for quickly assembling 3d 
simulations"
url="http://www.simgear.org/";
depends=() # yes, deps is empty because this lib is static-only
@@ -11,8 +11,10 @@ makedepends=('openal>=1.7.411' 'freealut>=1.1.0-3' 'plib' 
'mesa' 'boost>=1.37.0'
groups=('xlib-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump $url|grep 'Version [0-9\.]* '|sed -n 's/.*n \(.*\) 
i.*/\1/;1 p'"
-source=(ftp://ftp.simgear.org/pub/$pkgname/Source/SimGear-$pkgver.tar.gz)
-sha1sums=('77fb0b0371288b1bb80913a6e3b3af1d24744434')
+source=(ftp://ftp.simgear.org/pub/$pkgname/Source/SimGear-$pkgver.tar.gz \
+       simgear-1.9.1-gcc44.patch)
+sha1sums=('77fb0b0371288b1bb80913a6e3b3af1d24744434' \
+          '424e2333c8e2cc55185891b973b44c56d9727f08')

build()
{
diff --git a/source/xlib-extra/simgear/simgear-1.9.1-gcc44.patch 
b/source/xlib-extra/simgear/simgear-1.9.1-gcc44.patch
new file mode 100644
index 0000000..96e6a1c
--- /dev/null
+++ b/source/xlib-extra/simgear/simgear-1.9.1-gcc44.patch
@@ -0,0 +1,10 @@
+--- simgear/debug/logstream.hxx.old    2009-05-20 16:27:26.000000000 +0200
++++ simgear/debug/logstream.hxx        2009-05-20 16:27:59.000000000 +0200
+@@ -30,6 +30,7 @@
+ #ifdef _MSC_VER
+ #  include <windows.h>
+ #endif
++#include <cstdio>
+
+ #include <streambuf>
+ #include <ostream>
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to