]> Pileus Git - ~andy/sunrise/commitdiff
games-arcade/vodovod: Add a gcc-4.3 patch
authorChristophe LEFEBVRE (chtof) <chtof62@gmail.com>
Sun, 11 Apr 2010 22:54:09 +0000 (22:54 +0000)
committerChristophe LEFEBVRE (chtof) <chtof62@gmail.com>
Sun, 11 Apr 2010 22:54:09 +0000 (22:54 +0000)
svn path=/sunrise/; revision=10440

games-arcade/vodovod/ChangeLog
games-arcade/vodovod/Manifest
games-arcade/vodovod/files/vodovod-1.10-gcc4.3.patch [new file with mode: 0644]
games-arcade/vodovod/vodovod-1.10.ebuild

index 5796433377ae0b6285cb6feebec6d41e72a0383e..323603e1e77c8cbe09745e501eba08b2ee10136b 100644 (file)
@@ -1,7 +1,11 @@
 # ChangeLog for games-arcade/vodovod
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Apr 2010; Christophe LEFEBVRE (chtof) <chtof62@gmail.com>
+  vodovod-1.10.ebuild, +files/vodovod-1.10-gcc4.3.patch:
+  Add a gcc-4.3 patch
+
   19 Jan 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
   vodovod-1.10.ebuild:
   Add suggested RDEPEND=${DEPEND},  add die statements
index c5d6f2bbbde8617700ac06181f0a5c9fa316e5dc..23317b323c2574192bb23f1f33c73116de8f0916 100644 (file)
@@ -1,4 +1,5 @@
+AUX vodovod-1.10-gcc4.3.patch 376 RMD160 fa8d3bbb8403d39f774574ca196b06b911b70184 SHA1 652d72ae9be4137db9bab71cfa4def167e6cc544 SHA256 a8e1a7e6710905d65897b877771c9e6303152fb3d15fe53ecbdc84846404bf24
 DIST vodovod-1.10-src.tar.gz 403216 RMD160 164db0cf2ffc5af460627a61f70947620224f2c7 SHA1 943335a59c1fc1caf5f8b7345a6cc5b97458f7fc SHA256 ba30919eed676e9d1ab7dc57b72813039eb658fa26442b921c29a489d5c082df
-EBUILD vodovod-1.10.ebuild 803 RMD160 b8ed15a1b395899452b02733717ba5bb69e29934 SHA1 d32572b408d6f238131686ebe03700f2a5847020 SHA256 dc9334401426d892348ac9f280f2a34e3e80d4b86bb449dbc2608725d83960d7
-MISC ChangeLog 510 RMD160 26523eefa1e00ef0740e34238e59d5ae6074085c SHA1 7bd57d75130a3fd2803cb525aa73b7e11f0b0c09 SHA256 825b9465d19dd46e20bb0f308cd1ac8cb927aafbd5a70e67521630a60f737873
+EBUILD vodovod-1.10.ebuild 850 RMD160 018e2613ac0967790a887d0d431f862ed1a65438 SHA1 78390a9c5d1442d773ca95005aba4e899ec2fe73 SHA256 32972d615aeac62311ddf11bc66ba399c9c3d1231f304ec2331b452ac25122ab
+MISC ChangeLog 653 RMD160 f3df6eabd9ed1feb0b0cb1297eb75eb0b5aea696 SHA1 edfe8856a3fcff29d83e02f0021b564c07f3b5f2 SHA256 45950fc23df2e899f1436a6599273967452b64de7866f4850227a082da94ad7d
 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/games-arcade/vodovod/files/vodovod-1.10-gcc4.3.patch b/games-arcade/vodovod/files/vodovod-1.10-gcc4.3.patch
new file mode 100644 (file)
index 0000000..a474903
--- /dev/null
@@ -0,0 +1,10 @@
+--- hiscore.cpp.orig   2010-04-11 23:39:11.000000000 +0200
++++ hiscore.cpp        2010-04-11 23:41:05.000000000 +0200
+@@ -19,6 +19,7 @@
+ -----------------------------------------------------------------------------*/
+ #include "stdio.h"
+ #include "hiscore.h"
++#include <cstdlib>
+ //-----------------------------------------------------------------------------
+ HiScores &hiScores()
+ {
index 07bb0b560285f4631ed52c62db3846ea3b7f8d59..d62765968042591bbb609778d185971c99c92bb9 100644 (file)
@@ -11,7 +11,7 @@ SRC_URI="http://download.gna.org/${PN}/${P}-src.tar.gz"
 S=${WORKDIR}/${P}-src
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="media-libs/libsdl
@@ -23,6 +23,7 @@ src_unpack() {
        unpack ${A}
        cd "${S}"
        sed -e 's:"\(data/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i *.cpp || die
+       epatch "${FILESDIR}/${P}-gcc4.3.patch"
 }
 
 src_install() {