aboutsummaryrefslogtreecommitdiff
path: root/graphics/gthumb/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-05-10 14:36:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-05-10 14:36:17 +0000
commit531ab84d187c2b8dfa4f48e0d9a9b9c8fb945e61 (patch)
treeab4e103d2eea0d0d39a76b3a21e340594fa6f425 /graphics/gthumb/files
parent9121dbf9116eeae334bd79fc410239bc4b3e28fc (diff)
Notes
Diffstat (limited to 'graphics/gthumb/files')
-rw-r--r--graphics/gthumb/files/patch-glib-utils.c14
1 files changed, 11 insertions, 3 deletions
diff --git a/graphics/gthumb/files/patch-glib-utils.c b/graphics/gthumb/files/patch-glib-utils.c
index f204e5e838b4..9f5ea644355d 100644
--- a/graphics/gthumb/files/patch-glib-utils.c
+++ b/graphics/gthumb/files/patch-glib-utils.c
@@ -1,11 +1,19 @@
--- gthumb/glib-utils.c.orig 2011-11-03 21:36:36.000000000 +0100
-+++ gthumb/glib-utils.c 2011-12-29 15:30:12.000000000 +0100
-@@ -552,7 +552,7 @@
++++ gthumb/glib-utils.c 2012-05-10 15:03:34.000000000 +0200
+@@ -552,7 +552,6 @@
{
int offset;
- offset = -timezone;
-+ offset = 0;
#if defined (HAVE_TM_GMTOFF)
offset = tm->tm_gmtoff;
#elif defined (HAVE_TIMEZONE)
+@@ -564,6 +563,8 @@
+ #endif
+ } else
+ offset = -timezone;
++#else
++ offset = 0;
+ #endif
+
+ return offset;