8b832f5a4c
deprecated in GLib 2.32 - needed for a successful compile with GLib 2.36.
16 lines
498 B
Text
16 lines
498 B
Text
$NetBSD: patch-util_Makefile.in,v 1.1 2013/04/19 13:26:47 prlw1 Exp $
|
|
|
|
Avoid compilation error caused by use of GStaticMutex which was
|
|
deprecated in GLib 2.32 - needed for a successful compile with
|
|
GLib 2.36.
|
|
|
|
--- util/Makefile.in.orig 2013-04-19 13:00:45.000000000 +0000
|
|
+++ util/Makefile.in
|
|
@@ -270,7 +270,6 @@ noinst_LTLIBRARIES = libutil.la
|
|
INCLUDES = -I$(top_srcdir) \
|
|
$(VERSION_FLAGS) \
|
|
-DG_LOG_DOMAIN=\"util\" \
|
|
- -DG_DISABLE_DEPRECATED \
|
|
$(GMIME_CFLAGS) \
|
|
$(GLIB_CFLAGS)
|
|
|