* install externally-managed file at python postmake to prevent pip
[t2sde.git] / package / gnome / gpdf / hotfix-64bit.patch
blob8238b86c17ffcaa501ccc7a947a0b76d06c1aa47
1 --- gpdf-2.10.0/xpdf/gpdf-control.cc.orig 2006-08-29 19:48:00.000000000 +0200
2 +++ gpdf-2.10.0/xpdf/gpdf-control.cc 2006-08-29 19:49:14.000000000 +0200
3 @@ -208,12 +208,12 @@
4 const gchar * status)
6 GPdfControlPrivate *priv;
7 - guint to_id;
8 + unsigned long to_id;
10 g_return_if_fail (GPDF_IS_NON_NULL_CONTROL (control));
11 priv = control->priv;
13 - if ((to_id = (unsigned int)
14 + if ((to_id = (unsigned long)
15 g_object_get_data (G_OBJECT (control),
16 "status-timeout-id")) != 0) {
17 g_object_set_data (G_OBJECT (control),