From 1ab5c21fcbac66fa8e47a475b65b9b9b9b20fe6c Mon Sep 17 00:00:00 2001 From: robert Date: Wed, 19 Oct 2011 06:42:44 +0000 Subject: [PATCH] fix patch --- devel/glib2/patches/patch-gthread_gthread-posix_c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/glib2/patches/patch-gthread_gthread-posix_c b/devel/glib2/patches/patch-gthread_gthread-posix_c index a75f679ccdd..1e773921e8c 100644 --- a/devel/glib2/patches/patch-gthread_gthread-posix_c +++ b/devel/glib2/patches/patch-gthread_gthread-posix_c @@ -1,11 +1,11 @@ -$OpenBSD: patch-gthread_gthread-posix_c,v 1.3 2011/10/19 06:38:16 robert Exp $ ---- gthread/gthread-posix.c.orig Fri Oct 14 05:50:36 2011 -+++ gthread/gthread-posix.c Tue Oct 18 22:35:58 2011 +$OpenBSD: patch-gthread_gthread-posix_c,v 1.4 2011/10/19 06:42:44 robert Exp $ +--- gthread/gthread-posix.c.orig Wed Oct 19 08:41:50 2011 ++++ gthread/gthread-posix.c Wed Oct 19 08:42:24 2011 @@ -119,7 +119,7 @@ static gulong g_thread_min_stack_size = 0; #define G_MUTEX_SIZE (sizeof (pthread_mutex_t)) --#if defined(HAVE_CLOCK_GETTIME) && defined(HAVE_MONOTONIC_CLOCK) +-#if defined(HAVE_CLOCK_GETTIME) && defined(HAVE_MONOTONIC_CLOCK) +#if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC) #define USE_CLOCK_GETTIME 1 static gint posix_clock = 0;