1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/graphics/gthumb/files/patch-glib-utils.c
Pav Lucistnik 531ab84d18 - Add a dependency on yelp to enable help system
- Cosmetic change to glib patch

PR:		ports/167725, ports/167726
Submitted by:	Ronald F.Guilmette <rfg@tristatelogic.com>
2012-05-10 14:36:17 +00:00

20 lines
383 B
C

--- 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;