Revision: 25170
          http://sourceforge.net/p/gar/code/25170
Author:   rmottola
Date:     2015-07-09 15:38:01 +0000 (Thu, 09 Jul 2015)
Log Message:
-----------
glib2/trunk: quick patch for sol 9

Added Paths:
-----------
    csw/mgar/pkg/glib2/trunk/files/0040-clock-monotonic.patch

Added: csw/mgar/pkg/glib2/trunk/files/0040-clock-monotonic.patch
===================================================================
--- csw/mgar/pkg/glib2/trunk/files/0040-clock-monotonic.patch                   
        (rev 0)
+++ csw/mgar/pkg/glib2/trunk/files/0040-clock-monotonic.patch   2015-07-09 
15:38:01 UTC (rev 25170)
@@ -0,0 +1,13 @@
+--- a/glib/gmain.c     Sun Jun 28 16:08:35 2015
++++ b/glib/gmain.c     Sun Jun 28 16:10:22 2015
+@@ -100,6 +100,10 @@
+ #include "glib-init.h"
+ #include "glib-private.h"
+ 
++#ifndef CLOCK_MONOTONIC
++#define CLOCK_MONOTONIC CLOCK_REALTIME
++#endif
++
+ /**
+  * SECTION:main
+  * @title: The Main Event Loop

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

Reply via email to