pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/glib2 Fix build on Solaris. Noted by dmcmahill.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c964b8ab517
branches:  trunk
changeset: 519779:1c964b8ab517
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 09 17:53:25 2006 +0000

description:
Fix build on Solaris. Noted by dmcmahill.

diffstat:

 devel/glib2/distinfo         |   3 ++-
 devel/glib2/patches/patch-ai |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 600cd9d51487 -r 1c964b8ab517 devel/glib2/distinfo
--- a/devel/glib2/distinfo      Mon Oct 09 14:22:25 2006 +0000
+++ b/devel/glib2/distinfo      Mon Oct 09 17:53:25 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.74 2006/10/08 20:55:12 rillig Exp $
+$NetBSD: distinfo,v 1.75 2006/10/09 17:53:25 wiz Exp $
 
 SHA1 (glib-2.12.4.tar.bz2) = 35be8f8a7ce47bb0f53ffcd50605a6f9596ebd04
 RMD160 (glib-2.12.4.tar.bz2) = 3aac5f23cedcef25f7fd7acb6d4ebfa744e38edc
@@ -11,6 +11,7 @@
 SHA1 (patch-af) = 192998d1e2188c0210d7a471786495b758c437ae
 SHA1 (patch-ag) = 456ec5678684e3a440991f037e74a2b0262b156b
 SHA1 (patch-ah) = 8b65c137b07659351b97089c10db0dac61f04905
+SHA1 (patch-ai) = f8a9a85a63695cffa20ac9adeea56ef5616bf0bf
 SHA1 (patch-aj) = f0c15174e83dae88cca50d040d0c09438ee9053b
 SHA1 (patch-ta) = 81bdb0ef7c62eff23de9d591e858e89f03eceb5b
 SHA1 (patch-tb) = fd559f4cb3e7a0c3b23a705875df539bce53be1e
diff -r 600cd9d51487 -r 1c964b8ab517 devel/glib2/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/glib2/patches/patch-ai      Mon Oct 09 17:53:25 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ai,v 1.11 2006/10/09 17:53:25 wiz Exp $
+
+http://bugzilla.gnome.org/show_bug.cgi?id=359190
+
+--- glib/gtimer.c.orig 2006-10-01 05:51:15.000000000 +0000
++++ glib/gtimer.c
+@@ -257,7 +257,7 @@ g_timer_elapsed (GTimer *timer,
+ 
+   if (microseconds)
+     *microseconds = (elapsed / 10) % 1000000;
+-#elif HAVE_CLOCK_GETTIME
++#elif USE_CLOCK_GETTIME
+   if (timer->active)
+     GETTIME (timer->end);
+ 



Home | Main Index | Thread Index | Old Index