summaryrefslogtreecommitdiffstats
path: root/devel/glib20/files/patch-glib_tests_gdatetime.c
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-29 02:25:49 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-29 02:25:49 +0800
commit4ea63f9b79c97f1540f3dd6d066d076352bf76c9 (patch)
tree8d58e58e09cde22418974687c4731d5186d8b2cd /devel/glib20/files/patch-glib_tests_gdatetime.c
parent46a0076fda91811ae449419936ef753bf1e767a7 (diff)
downloadmarcuscom-ports-4ea63f9b79c97f1540f3dd6d066d076352bf76c9.tar.gz
marcuscom-ports-4ea63f9b79c97f1540f3dd6d066d076352bf76c9.tar.zst
marcuscom-ports-4ea63f9b79c97f1540f3dd6d066d076352bf76c9.zip
Welkom Glib 2.36.0. Now with 100% less gio-fam-backend. Replaced with
kqueue backend written part of a NetBSD Google code of summer. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17242 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20/files/patch-glib_tests_gdatetime.c')
-rw-r--r--devel/glib20/files/patch-glib_tests_gdatetime.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/glib20/files/patch-glib_tests_gdatetime.c b/devel/glib20/files/patch-glib_tests_gdatetime.c
new file mode 100644
index 000000000..e86fb7ffd
--- /dev/null
+++ b/devel/glib20/files/patch-glib_tests_gdatetime.c
@@ -0,0 +1,20 @@
+--- glib/tests/gdatetime.c.orig 2013-03-13 13:39:09.000000000 +0000
++++ glib/tests/gdatetime.c 2013-03-28 10:15:49.000000000 +0000
+@@ -1276,7 +1276,7 @@
+ gint i1, i2;
+
+ #ifdef G_OS_UNIX
+- tz = g_time_zone_new ("Canada/Eastern");
++ tz = g_time_zone_new ("America/Montreal");
+ #elif defined G_OS_WIN32
+ tz = g_time_zone_new ("Eastern Standard Time");
+ #endif
+@@ -1309,7 +1309,7 @@
+ gint i1, i2;
+
+ #ifdef G_OS_UNIX
+- tz = g_time_zone_new ("Canada/Eastern");
++ tz = g_time_zone_new ("America/Montreal");
+ #elif defined G_OS_WIN32
+ tz = g_time_zone_new ("Eastern Standard Time");
+ #endif