summaryrefslogtreecommitdiff
path: root/astro/gkrellmoon/files/patch-gkrellmoon.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--astro/gkrellmoon/files/patch-gkrellmoon.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/astro/gkrellmoon/files/patch-gkrellmoon.c b/astro/gkrellmoon/files/patch-gkrellmoon.c
new file mode 100644
index 000000000000..9fe4c27bb399
--- /dev/null
+++ b/astro/gkrellmoon/files/patch-gkrellmoon.c
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- gkrellmoon.c.orig Thu Aug 15 20:40:11 2002
++++ gkrellmoon.c Thu Aug 15 20:41:50 2002
+@@ -55,8 +55,9 @@
+ update_moon_data(Moon * moon)
+ {
+ struct tm *time_struc; /* The tm struct is defined in <time.h> */
++ time_t current_gmt;
+ gdouble local_std_time, univ_time, eot;
+- glong current_gmt, date;
++ glong date;
+ gint day_of_month, month, year;
+
+ current_gmt = time(CurrentTime); /* CurrentTime defined in <X11/X.h> */