Date: Wednesday, September 29, 2010 @ 10:52:11 Author: ronald Revision: 92393
remove gcc45 patch, not needed anymore, update to latest snapshot, pull in tree.hh for building Deleted: liborigin2/trunk/gcc45.patch -------------+ gcc45.patch | 15 --------------- 1 file changed, 15 deletions(-) Deleted: gcc45.patch =================================================================== --- gcc45.patch 2010-09-29 14:51:01 UTC (rev 92392) +++ gcc45.patch 2010-09-29 14:52:11 UTC (rev 92393) @@ -1,15 +0,0 @@ -Fixing build with gcc 4.5 - -http://bugs.gentoo.org/show_bug.cgi?id=318575 - ---- OriginDefaultParser.cpp -+++ OriginDefaultParser.cpp -@@ -73,7 +73,7 @@ - int i; - FILE *f, *debug; - if((f=fopen(fileName.c_str(),"rb")) == NULL ) { -- printf("Could not open %s!\n",fileName); -+ printf("Could not open %s!\n",fileName.c_str()); - return false; - } -
