Files
pkgsrc-ng/mail/gmime24/patches/patch-tests_Makefile.in
2013-09-26 17:14:40 +02:00

17 lines
482 B
Plaintext

$NetBSD: patch-tests_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.
--- tests/Makefile.in.orig 2013-04-19 13:00:45.000000000 +0000
+++ tests/Makefile.in
@@ -357,7 +357,6 @@ INCLUDES = \
-I$(top_srcdir)/util \
$(VERSION_FLAGS) \
-DG_LOG_DOMAIN=\"gmime-tests\" \
- -DG_DISABLE_DEPRECATED \
$(GMIME_CFLAGS) \
$(GLIB_CFLAGS)