SOURCES: conky-headers.patch (NEW) - fix problem with redefinition...

lisu lisu at pld-linux.org
Sun Mar 30 21:05:56 CEST 2008


Author: lisu                         Date: Sun Mar 30 19:05:56 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix problem with redefinition of structs

---- Files affected:
SOURCES:
   conky-headers.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/conky-headers.patch
diff -u /dev/null SOURCES/conky-headers.patch:1.1
--- /dev/null	Sun Mar 30 21:05:56 2008
+++ SOURCES/conky-headers.patch	Sun Mar 30 21:05:50 2008
@@ -0,0 +1,12 @@
+--- conky-1.5.0/src/linux.c~	2008-03-23 00:02:32.000000000 +0100
++++ conky-1.5.0/src/linux.c	2008-03-30 20:44:06.510038197 +0200
+@@ -52,6 +52,9 @@
+ #include <linux/sockios.h>
+ #include <net/if.h>
+ #include <arpa/inet.h>
++#ifdef _NET_IF_H
++#define _LINUX_IF_H
++#endif
+ #include <linux/route.h>
+ #include <math.h>
+ 
================================================================


More information about the pld-cvs-commit mailing list