From 34b96ab26e0a027d19e78f3a362c625288110ad4 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Sun, 30 Nov 2014 01:13:43 +0100 Subject: coova-chilli: move to github Signed-off-by: Imre Kaloz --- .../patches/100-fix-sysinfo-redeclaration.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 net/coova-chilli/patches/100-fix-sysinfo-redeclaration.patch (limited to 'net/coova-chilli/patches') diff --git a/net/coova-chilli/patches/100-fix-sysinfo-redeclaration.patch b/net/coova-chilli/patches/100-fix-sysinfo-redeclaration.patch new file mode 100644 index 000000000..2efecbe23 --- /dev/null +++ b/net/coova-chilli/patches/100-fix-sysinfo-redeclaration.patch @@ -0,0 +1,24 @@ +--- a/src/system.h ++++ b/src/system.h +@@ -83,10 +83,6 @@ + #include + #endif + +-#ifdef HAVE_SYS_SYSINFO_H +-#include +-#endif +- + #ifdef HAVE_TIME_H + #include + #endif +@@ -139,6 +135,10 @@ + #include + #endif + ++#ifdef HAVE_SYS_SYSINFO_H ++#include ++#endif ++ + #elif defined (__FreeBSD__) || defined (__APPLE__) || defined (__OpenBSD__) || defined (__NetBSD__) + #include + #include -- cgit v1.2.3