From 1df685e36500f1f152d8e4303037c60fe1fa3a42 Mon Sep 17 00:00:00 2001 From: ahze Date: Tue, 3 Oct 2006 21:05:37 +0000 Subject: - Update to 2.12.4 git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7529 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/glib20/files/patch-glib_gtimer.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/glib20/files/patch-glib_gtimer.c (limited to 'devel/glib20/files') diff --git a/devel/glib20/files/patch-glib_gtimer.c b/devel/glib20/files/patch-glib_gtimer.c new file mode 100644 index 000000000..a06610565 --- /dev/null +++ b/devel/glib20/files/patch-glib_gtimer.c @@ -0,0 +1,11 @@ +--- glib/gtimer.c.orig Sun Oct 1 01:51:15 2006 ++++ glib/gtimer.c Tue Oct 3 17:00:39 2006 +@@ -257,7 +257,7 @@ + + if (microseconds) + *microseconds = (elapsed / 10) % 1000000; +-#elif HAVE_CLOCK_GETTIME ++#elif USE_CLOCK_GETTIME + if (timer->active) + GETTIME (timer->end); + -- cgit v1.2.3