rpms/enigma/devel enigma-gcc41.patch,NONE,1.1

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Mon Jan 23 09:48:19 UTC 2006


Author: adrian

Update of /cvs/extras/rpms/enigma/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26723

Added Files:
	enigma-gcc41.patch 
Log Message:
* Mon Jan 23 2006 Adrian Reber <adrian at lisas.de> - 0.92-2
- Added patch to build with gcc 4.1


enigma-gcc41.patch:

--- NEW FILE enigma-gcc41.patch ---
diff -ur enigma-0.92/src/file_internal.hh enigma-0.92.new/src/file_internal.hh
--- enigma-0.92/src/file_internal.hh	2004-10-22 19:26:25.000000000 +0200
+++ enigma-0.92.new/src/file_internal.hh	2006-01-23 08:34:49.000000000 +0100
@@ -19,7 +19,7 @@
 
     class GameFS {
     public:
-        GameFS::GameFS();
+        GameFS();
 
         void clear() { entries.clear(); }

diff -ur enigma-0.92/src/stones_simple.cc enigma-0.92.new/src/stones_simple.cc
--- enigma-0.92/src/stones_simple.cc	2005-03-02 21:33:36.000000000 +0100
+++ enigma-0.92.new/src/stones_simple.cc	2006-01-23 08:39:51.000000000 +0100
@@ -1672,7 +1672,7 @@
             KillStone(p);
             SetItem(p, it_explosion1);
         }
-        void BombStone::message(const string &msg, const Value &) {
+        void message(const string &msg, const Value &) {
             if (msg =="expl" || msg =="bombstone")
                 change_state(BREAK);
         }




More information about the fedora-extras-commits mailing list