Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8cdbc79bb74b514531e72bfe5d1a2968ddcc1b60

commit 8cdbc79bb74b514531e72bfe5d1a2968ddcc1b60
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Sat Jun 6 17:23:30 2009 +0200

pingus-0.7.2-6-i686

- add pingus-0.7.2-gcc44.patch

diff --git a/source/games-extra/pingus/FrugalBuild 
b/source/games-extra/pingus/FrugalBuild
index 6590fd4..265370c 100644
--- a/source/games-extra/pingus/FrugalBuild
+++ b/source/games-extra/pingus/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=pingus
pkgver=0.7.2
-pkgrel=5
+pkgrel=6
pkgdesc="Pingus is a free Lemmings clone for GNU/Linux"
url="http://pingus.seul.org";
depends=('libboost-mt>=1.37.0' 'sdl' 'libpng' 'sdlimage' 'sdl_mixer' 
'physfs>=2.0.0')
@@ -12,9 +12,11 @@ makedepends=('boost>=1.37.0' 'scons')
groups=('games-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump http://pingus.seul.org/download.html | grep -m1 -A2 Source 
| sed 's/.*-\(.*\).t.*/\1/' | tail -n1"
-source=($url/files/$pkgname-$pkgver.tar.bz2 gcc43.patch)
+source=($url/files/$pkgname-$pkgver.tar.bz2 gcc43.patch \
+       pingus-0.7.2-gcc44.patch)
sha1sums=('1cd3a1d924337a5ee2e0ee387c0513f85d47cdb0' \
-          'db3bf3bbf22dfb1688918b2041a8818653fdf2ae')
+          'db3bf3bbf22dfb1688918b2041a8818653fdf2ae' \
+          '71c88bce4ff1fea3f8261142be865490e98e677d')

build()
{
diff --git a/source/games-extra/pingus/pingus-0.7.2-gcc44.patch 
b/source/games-extra/pingus/pingus-0.7.2-gcc44.patch
new file mode 100644
index 0000000..7917afb
--- /dev/null
+++ b/source/games-extra/pingus/pingus-0.7.2-gcc44.patch
@@ -0,0 +1,20 @@
+--- src/input/evdev_device.cpp.old     2009-04-03 12:14:25.027452635 +0200
++++ src/input/evdev_device.cpp 2009-04-03 12:14:31.672453084 +0200
+@@ -17,6 +17,7 @@
+ //  along with this program; if not, write to the Free Software
+ //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, 
USA.
+
++#include <cstdio>
+ #include <assert.h>
+ #include <linux/input.h>
+ #include <sys/ioctl.h>
+--- src/tinygettext/po_file_reader.cpp.old     2009-04-03 12:13:30.095452649 
+0200
++++ src/tinygettext/po_file_reader.cpp 2009-04-03 12:13:38.117452492 +0200
+@@ -17,6 +17,7 @@
+ //  along with this program; if not, write to the Free Software
+ //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, 
USA.
+
++#include <cstdio>
+ #include <config.h>
+ #include <vector>
+ #include <iconv.h>
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to