summaryrefslogtreecommitdiff
path: root/graphics/gthumb/files/patch-glib-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gthumb/files/patch-glib-utils.c')
-rw-r--r--graphics/gthumb/files/patch-glib-utils.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/gthumb/files/patch-glib-utils.c b/graphics/gthumb/files/patch-glib-utils.c
deleted file mode 100644
index 9f5ea644355d..000000000000
--- a/graphics/gthumb/files/patch-glib-utils.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- gthumb/glib-utils.c.orig 2011-11-03 21:36:36.000000000 +0100
-+++ gthumb/glib-utils.c 2012-05-10 15:03:34.000000000 +0200
-@@ -552,7 +552,6 @@
- {
- int offset;
-
-- offset = -timezone;
- #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;