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

Dominik Mierzejewski (rathann) fedora-extras-commits at redhat.com
Mon Jan 7 20:15:03 UTC 2008


Author: rathann

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

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

dx-gcc43.patch:

Index: dx-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dx/devel/dx-gcc43.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dx-gcc43.patch	7 Jan 2008 19:35:23 -0000	1.3
+++ dx-gcc43.patch	7 Jan 2008 20:14:55 -0000	1.4
@@ -79,6 +79,18 @@
  	  char**       argv)
  {
  #if defined(HAVE_HCLXMINIT)
+diff -up dx-4.4.4/src/uipp/dxuilib/DXApplication.h.gcc43 dx-4.4.4/src/uipp/dxuilib/DXApplication.h
+--- dx-4.4.4/src/uipp/dxuilib/DXApplication.h.gcc43	2006-05-08 18:20:10.000000000 +0200
++++ dx-4.4.4/src/uipp/dxuilib/DXApplication.h	2008-01-07 21:14:12.000000000 +0100
+@@ -372,7 +372,7 @@ class DXApplication : public IBMApplicat
+     // Overrides the Application class version:
+     //   Initializes Xt Intrinsics with option list (switches).
+     //
+-    virtual boolean initialize(unsigned int* argcp,
++    virtual boolean initialize(int*       argcp,
+ 			    char**        argv);
+ 
+     //
 diff -up dx-4.4.4/src/uipp/mb/Main.C.gcc43 dx-4.4.4/src/uipp/mb/Main.C
 --- dx-4.4.4/src/uipp/mb/Main.C.gcc43	2000-05-20 19:49:40.000000000 +0200
 +++ dx-4.4.4/src/uipp/mb/Main.C	2008-01-07 19:56:41.000000000 +0100




More information about the fedora-extras-commits mailing list