rpms/dx/devel dx-gcc43.patch,1.2,1.3

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Mon Jan 7 19:35:38 UTC 2008


Author: rathann

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

Modified Files:
	dx-gcc43.patch 
Log Message:
- fix compilation with gcc-4.3, take 3

dx-gcc43.patch:

Index: dx-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dx/devel/dx-gcc43.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dx-gcc43.patch	7 Jan 2008 18:58:46 -0000	1.2
+++ dx-gcc43.patch	7 Jan 2008 19:35:23 -0000	1.3
@@ -10,6 +10,18 @@
  	  char**       argv)
  {
  #if defined(HAVE_HCLXMINIT)
+diff -up dx-4.4.4/src/uipp/base/Application.h.gcc43 dx-4.4.4/src/uipp/base/Application.h
+--- dx-4.4.4/src/uipp/base/Application.h.gcc43	2005-11-09 19:26:29.000000000 +0100
++++ dx-4.4.4/src/uipp/base/Application.h	2008-01-07 20:35:02.000000000 +0100
+@@ -49,7 +49,7 @@ class Application : public UIComponent, 
+     //
+     // The main program needs to access protected member functions.
+     //
+-    friend int main(unsigned int argc,
++    friend int main( int          argc,
+ 		     char**       argv);
+ 
+ 
 diff -up dx-4.4.4/src/uipp/tutor/Main.C.gcc43 dx-4.4.4/src/uipp/tutor/Main.C
 --- dx-4.4.4/src/uipp/tutor/Main.C.gcc43	2000-05-16 20:53:15.000000000 +0200
 +++ dx-4.4.4/src/uipp/tutor/Main.C	2008-01-07 19:57:39.000000000 +0100




More information about the fedora-extras-commits mailing list