Set ke_debug_enabled to FALSE by default.

This commit is contained in:
ajacoutot 2012-04-08 07:45:30 +00:00
parent a3f8cb2fd6
commit 54ff746128
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.164 2012/04/06 12:06:51 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.165 2012/04/08 07:45:30 ajacoutot Exp $
COMMENT-main= general-purpose utility library
COMMENT-docs= glib2 documentation
@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.xz
PKGNAME-main= glib2-${VERSION}
PKGNAME-docs= glib2-docs-${VERSION}
REVISION-main= 3
REVISION-main= 4
CATEGORIES= devel

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-gio_kqueue_kqueue-exclusions_c,v 1.1 2012/04/08 07:45:30 ajacoutot Exp $
--- gio/kqueue/kqueue-exclusions.c.orig Sun Apr 8 09:15:07 2012
+++ gio/kqueue/kqueue-exclusions.c Sun Apr 8 09:15:34 2012
@@ -24,7 +24,7 @@
#include <glib.h>
#include "kqueue-exclusions.h"
-static gboolean ke_debug_enabled = TRUE;
+static gboolean ke_debug_enabled = FALSE;
#define KE_W if (ke_debug_enabled) g_warning
static GSList *exclude_list = NULL;