Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=imgrebuild.git;a=commitdiff;h=e933b669e393d301ad4d05d90ae144e68906a76c

commit e933b669e393d301ad4d05d90ae144e68906a76c
Author: James Buren <r...@frugalware.org>
Date:   Sat May 15 02:14:00 2010 -0500

plee-the-bear-0.4.1-2-i686
* extend gcc patch

diff --git a/source/games-extra/plee-the-bear/FrugalBuild 
b/source/games-extra/plee-the-bear/FrugalBuild
index 0c9e832..b7b5f16 100644
--- a/source/games-extra/plee-the-bear/FrugalBuild
+++ b/source/games-extra/plee-the-bear/FrugalBuild
@@ -13,7 +13,7 @@ source=(${sour...@]} $pkgname-$pkgver-gcc-4.5.patch)
groups=('games-extra')
archs=('i686' 'x86_64')
sha1sums=('0d9b1214a543d83bda01077a25236a8df0e54722' \
-          '43a582af3df8cf7524355dcecdaa23985ac19c6a')
+          '4575b918f98d82f9d8a83e9a831b10eb88bac82d')

build() {
CMake_build
diff --git a/source/games-extra/plee-the-bear/plee-the-bear-0.4.1-gcc-4.5.patch 
b/source/games-extra/plee-the-bear/plee-the-bear-0.4.1-gcc-4.5.patch
index ef0408f..294bd0d 100644
--- a/source/games-extra/plee-the-bear/plee-the-bear-0.4.1-gcc-4.5.patch
+++ b/source/games-extra/plee-the-bear/plee-the-bear-0.4.1-gcc-4.5.patch
@@ -64,3 +64,60 @@ diff -aur 
plee-the-bear-0.4.1/bear-engine/core/src/engine/code/compiled_file.cpp
bear::engine::compiled_file::operator>>( bool& b )
{
if (m_text)
+diff -aur 
plee-the-bear-0.4.1/bear-factory/bear-editor/src/bf/code/compiled_file.cpp 
plee-the-bear-0.4.1-2/bear-factory/bear-editor/src/bf/code/compiled_file.cpp
+--- plee-the-bear-0.4.1/bear-factory/bear-editor/src/bf/code/compiled_file.cpp 
2009-09-02 16:14:42.000000000 -0500
++++ 
plee-the-bear-0.4.1-2/bear-factory/bear-editor/src/bf/code/compiled_file.cpp    
   2010-05-15 02:13:08.000000000 -0500
+@@ -44,7 +44,7 @@
+  * \brief Write a string in the file.
+  * \param s The string to write.
+  */
+-bf::compiled_file::compiled_file&
++bf::compiled_file&
+ bf::compiled_file::operator<<( const std::string& s )
+ {
+   output_string_as_text(s);
+@@ -57,7 +57,7 @@
+  * \brief Write an long in the file.
+  * \param i The long to write.
+  */
+-bf::compiled_file::compiled_file&
++bf::compiled_file&
+ bf::compiled_file::operator<<( long i )
+ {
+   output_long_as_text(i);
+@@ -70,7 +70,7 @@
+  * \brief Write an unsigned long in the file.
+  * \param i The long to write.
+  */
+-bf::compiled_file::compiled_file&
++bf::compiled_file&
+ bf::compiled_file::operator<<( unsigned long i )
+ {
+   output_unsigned_long_as_text(i);
+@@ -83,7 +83,7 @@
+  * \brief Write an integer in the file.
+  * \param i The integer to write.
+  */
+-bf::compiled_file::compiled_file&
++bf::compiled_file&
+ bf::compiled_file::operator<<( int i )
+ {
+   output_integer_as_text(i);
+@@ -96,7 +96,7 @@
+  * \brief Write an unsigned integer in the file.
+  * \param i The integer to write.
+  */
+-bf::compiled_file::compiled_file&
++bf::compiled_file&
+ bf::compiled_file::operator<<( unsigned int i )
+ {
+   output_unsigned_integer_as_text(i);
+@@ -109,7 +109,7 @@
+  * \brief Write a real in the file.
+  * \param r The value to write.
+  */
+-bf::compiled_file::compiled_file&
++bf::compiled_file&
+ bf::compiled_file::operator<<( double r )
+ {
+   output_real_as_text(r);
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to