diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-25 10:52:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-04-25 10:53:24 +0000 |
commit | eafb25d93e2a0189eee37cb308a718e6f9f9f584 (patch) | |
tree | 405608f088913c9ff6eed18dc794913a624da93f /main/libbonobo/glib-2.36.patch | |
parent | ea32cee8ba718275c154e77e62b4f03ba6f43901 (diff) | |
download | aports-eafb25d93e2a0189eee37cb308a718e6f9f9f584.tar.bz2 aports-eafb25d93e2a0189eee37cb308a718e6f9f9f584.tar.xz |
main/libbonobo: build fix for glib-2.36
Diffstat (limited to 'main/libbonobo/glib-2.36.patch')
-rw-r--r-- | main/libbonobo/glib-2.36.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/main/libbonobo/glib-2.36.patch b/main/libbonobo/glib-2.36.patch new file mode 100644 index 0000000000..14980b19eb --- /dev/null +++ b/main/libbonobo/glib-2.36.patch @@ -0,0 +1,16 @@ +$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. + +--- a/activation-server/Makefile.in.orig 2013-04-19 14:38:19.000000000 +0000 ++++ b/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) + |