rpms/gdl/devel gdl-0.9rc1-gcc43.patch, NONE, 1.1 gdl.spec, 1.37, 1.38 gdl-0.9pre6-gcc43.patch, 1.2, NONE

Orion Poplawski orion at fedoraproject.org
Sat Sep 6 04:18:19 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/gdl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23682

Modified Files:
	gdl.spec 
Added Files:
	gdl-0.9rc1-gcc43.patch 
Removed Files:
	gdl-0.9pre6-gcc43.patch 
Log Message:
Re-sync gcc43 patch


gdl-0.9rc1-gcc43.patch:

--- NEW FILE gdl-0.9rc1-gcc43.patch ---
--- gdl-0.9rc1/src/antlr/TreeParser.cpp.gcc43	2008-04-03 16:09:26.000000000 -0600
+++ gdl-0.9rc1/src/antlr/TreeParser.cpp	2008-09-05 22:06:20.000000000 -0600
@@ -8,6 +8,7 @@
 #include "antlr/TreeParser.hpp"
 #include "antlr/ASTNULLType.hpp"
 #include "antlr/MismatchedTokenException.hpp"
+#include <cstdlib>
 #include <iostream>
 #include <stdio.h>
 
--- gdl-0.9rc1/src/antlr/CharScanner.hpp.gcc43	2008-09-05 22:06:20.000000000 -0600
+++ gdl-0.9rc1/src/antlr/CharScanner.hpp	2008-09-05 22:06:20.000000000 -0600
@@ -14,6 +14,8 @@
 #include <cstring>
 #include <cstdlib>
 
+#include <cstdlib>
+#include <cstring>
 #include <map>
 
 #ifdef HAS_NOT_CCTYPE_H
--- gdl-0.9rc1/src/antlr/Parser.cpp.gcc43	2008-04-03 16:09:26.000000000 -0600
+++ gdl-0.9rc1/src/antlr/Parser.cpp	2008-09-05 22:06:20.000000000 -0600
@@ -11,6 +11,7 @@
 #include "antlr/TokenBuffer.hpp"
 #include "antlr/MismatchedTokenException.hpp"
 //#include "antlr/ASTFactory.hpp"
+#include <cstdlib>
 #include <iostream>
 
 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
--- gdl-0.9rc1/src/basic_pro.cpp.gcc43	2008-09-05 22:06:20.000000000 -0600
+++ gdl-0.9rc1/src/basic_pro.cpp	2008-09-05 22:06:20.000000000 -0600
@@ -19,6 +19,7 @@
 
 #include <string>
 #include <fstream>
+#include <iterator>
 #include <memory>
 #include <set>
 #include <iterator>


Index: gdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdl/devel/gdl.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- gdl.spec	6 Sep 2008 03:40:03 -0000	1.37
+++ gdl.spec	6 Sep 2008 04:17:49 -0000	1.38
@@ -11,7 +11,7 @@
 Source2:        gdl.sh
 Patch0:         gdl-0.9rc1-cvs.patch
 Patch1:         gdl-0.9pre5-ppc64.patch
-Patch2:         gdl-0.9pre6-gcc43.patch
+Patch2:         gdl-0.9rc1-gcc43.patch
 Patch3:         gdl-0.9rc1-magick.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 


--- gdl-0.9pre6-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list