rpms/gcube/devel gcube-0.4-gcc44-types.patch,NONE,1.1

David Timms dtimms at rpmfusion.org
Mon Apr 13 15:24:26 CEST 2009


Author: dtimms

Update of /cvs/free/rpms/gcube/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7185

Added Files:
	gcube-0.4-gcc44-types.patch 
Log Message:
fix conflicting types with gcc44 by including asm/types.h. actual patch

gcube-0.4-gcc44-types.patch:

--- NEW FILE gcube-0.4-gcc44-types.patch ---
--- general.h.orig	2005-01-12 11:22:01.000000000 +1100
+++ general.h	2009-04-13 17:44:12.000000000 +1000
@@ -9,7 +9,8 @@
 #include <limits.h>
 #include <sys/stat.h>
 
-#include "types.h"
+//#include "types.h"
+#include <asm/types.h>
 
 #ifndef FALSE
 # define FALSE 0



More information about the rpmfusion-commits mailing list