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

commit 036eea2cbce3e50e8f1d3cf5d300859bf2f89a67
Author: James Buren <r...@frugalware.org>
Date:   Sat May 15 02:05:57 2010 -0500

plee-the-bear-0.4.1-2-i686
* add initial gcc patch

diff --git a/source/games-extra/plee-the-bear/FrugalBuild 
b/source/games-extra/plee-the-bear/FrugalBuild
index 7cd0642..0c9e832 100644
--- a/source/games-extra/plee-the-bear/FrugalBuild
+++ b/source/games-extra/plee-the-bear/FrugalBuild
@@ -9,9 +9,11 @@ depends=('wxgtk>=2.8.10.1-2' 'libclaw>=1.5.4-2' 'libboost-mt' 
'expat' 'libxml2'
makedepends=('boost')
_F_gnome_iconcache="y"
Finclude sourceforge gnome-scriptlet cmake
+source=(${sour...@]} $pkgname-$pkgver-gcc-4.5.patch)
groups=('games-extra')
archs=('i686' 'x86_64')
-sha1sums=('0d9b1214a543d83bda01077a25236a8df0e54722')
+sha1sums=('0d9b1214a543d83bda01077a25236a8df0e54722' \
+          '43a582af3df8cf7524355dcecdaa23985ac19c6a')

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
new file mode 100644
index 0000000..ef0408f
--- /dev/null
+++ b/source/games-extra/plee-the-bear/plee-the-bear-0.4.1-gcc-4.5.patch
@@ -0,0 +1,66 @@
+diff -aur 
plee-the-bear-0.4.1/bear-engine/core/src/engine/code/compiled_file.cpp 
plee-the-bear-0.4.1-2/bear-engine/core/src/engine/code/compiled_file.cpp
+--- plee-the-bear-0.4.1/bear-engine/core/src/engine/code/compiled_file.cpp     
2009-06-17 17:25:43.000000000 -0500
++++ plee-the-bear-0.4.1-2/bear-engine/core/src/engine/code/compiled_file.cpp   
2010-05-15 01:59:36.000000000 -0500
+@@ -50,7 +50,7 @@
+  * \brief Read a string from the file.
+  * \param s The string to read.
+  */
+-bear::engine::compiled_file::compiled_file&
++bear::engine::compiled_file&
+ bear::engine::compiled_file::operator>>( std::string& s )
+ {
+   if (m_text)
+@@ -66,7 +66,7 @@
+  * \brief Read an long from the file.
+  * \param i The long to read.
+  */
+-bear::engine::compiled_file::compiled_file&
++bear::engine::compiled_file&
+ bear::engine::compiled_file::operator>>( long& i )
+ {
+   if (m_text)
+@@ -82,7 +82,7 @@
+  * \brief Read an unsigned long from the file.
+  * \param i The long to read.
+  */
+-bear::engine::compiled_file::compiled_file&
++bear::engine::compiled_file&
+ bear::engine::compiled_file::operator>>( unsigned long& i )
+ {
+   if (m_text)
+@@ -98,7 +98,7 @@
+  * \brief Read an integer from the file.
+  * \param i The integer to read.
+  */
+-bear::engine::compiled_file::compiled_file&
++bear::engine::compiled_file&
+ bear::engine::compiled_file::operator>>( int& i )
+ {
+   if (m_text)
+@@ -114,7 +114,7 @@
+  * \brief Read an unsigned integer from the file.
+  * \param i The integer to read.
+  */
+-bear::engine::compiled_file::compiled_file&
++bear::engine::compiled_file&
+ bear::engine::compiled_file::operator>>( unsigned int& i )
+ {
+   if (m_text)
+@@ -130,7 +130,7 @@
+  * \brief Read a real from the file.
+  * \param r The value to read.
+  */
+-bear::engine::compiled_file::compiled_file&
++bear::engine::compiled_file&
+ bear::engine::compiled_file::operator>>( double& r )
+ {
+   if (m_text)
+@@ -146,7 +146,7 @@
+  * \brief Read a boolean from the file.
+  * \param b The value to read.
+  */
+-bear::engine::compiled_file::compiled_file&
++bear::engine::compiled_file&
+ bear::engine::compiled_file::operator>>( bool& b )
+ {
+   if (m_text)
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to