summaryrefslogtreecommitdiffstats
path: root/x11/gnome-applets/files/patch-gweather_weather.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-applets/files/patch-gweather_weather.c')
-rw-r--r--x11/gnome-applets/files/patch-gweather_weather.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/gnome-applets/files/patch-gweather_weather.c b/x11/gnome-applets/files/patch-gweather_weather.c
new file mode 100644
index 000000000..cdc1921ab
--- /dev/null
+++ b/x11/gnome-applets/files/patch-gweather_weather.c
@@ -0,0 +1,12 @@
+--- gweather/weather.c.orig Tue Mar 1 04:34:33 2005
++++ gweather/weather.c Tue Mar 1 12:36:54 2005
+@@ -20,7 +20,9 @@
+ #include <string.h>
+ #include <ctype.h>
+ #include <math.h>
++#ifndef __FreeBSD__
+ #include <values.h>
++#endif
+
+ #ifdef __FreeBSD__
+ #include <sys/types.h>