mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
17 lines
541 B
Plaintext
17 lines
541 B
Plaintext
$NetBSD: patch-activation-server_Makefile.in,v 1.1 2013/04/19 14:56:20 prlw1 Exp $
|
|
|
|
Avoid compilation error caused by use of GStaticRecMutex which was
|
|
deprecated in GLib 2.32 - needed for a successful compile with
|
|
GLib 2.36.
|
|
|
|
--- activation-server/Makefile.in.orig 2013-04-19 14:38:19.000000000 +0000
|
|
+++ activation-server/Makefile.in
|
|
@@ -341,7 +341,6 @@ INCLUDES = \
|
|
$(SERVER_CFLAGS) \
|
|
$(WARN_CFLAGS) \
|
|
-DSERVER_CONFDIR=\"$(sysconfdir)\" \
|
|
- -DG_DISABLE_DEPRECATED \
|
|
-DG_LOG_DOMAIN=\"Bonobo-Activation-Server\" \
|
|
$(NULL)
|
|
|