summaryrefslogtreecommitdiff
path: root/astro/wmsun/files/patch-wmSun.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-04-06 18:50:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-04-06 18:50:50 +0000
commitaacb465c79fee53aab256a093ed94b722c2d7e27 (patch)
tree45d11a24c18ffdb706e633f8e13dcfe0a0f28760 /astro/wmsun/files/patch-wmSun.c
parentx11-toolkits/wxgtk30: Support c++11 over c++0x, plus DragonFly (diff)
astro/wmsun: Update to version 1.12
Fix MASTER_SITES
Diffstat (limited to 'astro/wmsun/files/patch-wmSun.c')
-rw-r--r--astro/wmsun/files/patch-wmSun.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/wmsun/files/patch-wmSun.c b/astro/wmsun/files/patch-wmSun.c
index a87af2c10a3d..15ca2738a13c 100644
--- a/astro/wmsun/files/patch-wmSun.c
+++ b/astro/wmsun/files/patch-wmSun.c
@@ -3,10 +3,10 @@ $FreeBSD$
--- wmSun.c.orig Thu Aug 15 18:04:04 2002
+++ wmSun.c Thu Aug 15 18:06:24 2002
-@@ -129,7 +129,8 @@
- int Year, Month, DayOfWeek, OldLocalDayOfMonth;
- int LocalDayOfMonth, DayOfMonth;
+@@ -76,7 +76,8 @@
+ int LocalDayOfMonth, DayOfMonth;
int Hours, Mins, Secs, OldSecs, digit, xoff, xsize;
+ int OldMins;
- long CurrentLocalTime, CurrentGMTTime, date;
+ time_t CurrentLocalTime, CurrentGMTTime;
+ long date;