rpms/openbabel/devel openbabel-gcc43.patch,1.1,1.2

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Sun Jan 6 18:18:28 UTC 2008


Author: rathann

Update of /cvs/pkgs/rpms/openbabel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2643

Modified Files:
	openbabel-gcc43.patch 
Log Message:
- fix build with gcc-4.3, take 2

openbabel-gcc43.patch:

Index: openbabel-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openbabel/devel/openbabel-gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openbabel-gcc43.patch	6 Jan 2008 18:05:17 -0000	1.1
+++ openbabel-gcc43.patch	6 Jan 2008 18:18:21 -0000	1.2
@@ -1,3 +1,15 @@
+diff -up openbabel-2.1.1/src/fingerprint.cpp.gcc43 openbabel-2.1.1/src/fingerprint.cpp
+--- openbabel-2.1.1/src/fingerprint.cpp.gcc43	2007-06-02 15:56:31.000000000 +0200
++++ openbabel-2.1.1/src/fingerprint.cpp	2008-01-06 19:17:45.000000000 +0100
+@@ -21,7 +21,7 @@ GNU General Public License for more deta
+ #include <vector>
+ #include <algorithm>
+ #include <iosfwd>
+-#include <vector>
++#include <cstring>
+ #include <fstream>
+ 
+ #include <openbabel/fingerprint.h>
 diff -up openbabel-2.1.1/include/openbabel/data.h.gcc43 openbabel-2.1.1/include/openbabel/data.h
 --- openbabel-2.1.1/include/openbabel/data.h.gcc43	2007-04-14 02:34:14.000000000 +0200
 +++ openbabel-2.1.1/include/openbabel/data.h	2008-01-06 19:03:06.000000000 +0100




More information about the fedora-extras-commits mailing list