diff options
author | drochner <drochner> | 2011-03-11 20:02:41 +0000 |
---|---|---|
committer | drochner <drochner> | 2011-03-11 20:02:41 +0000 |
commit | d781b614875da89b7d410fe1db3ff580f598b1be (patch) | |
tree | 6dc03dcc29c6093bd95991fee6c5071fcdb46bcd /sysutils/gvfs/patches | |
parent | 9117795a65d32e4b898f1052ba9c6acfe05bc780 (diff) | |
download | pkgsrc-d781b614875da89b7d410fe1db3ff580f598b1be.tar.gz |
kill a DISABLE_DEPRECATED to fix build against recent glib2
Diffstat (limited to 'sysutils/gvfs/patches')
-rw-r--r-- | sysutils/gvfs/patches/patch-ah | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/gvfs/patches/patch-ah b/sysutils/gvfs/patches/patch-ah new file mode 100644 index 00000000000..da7d5762e58 --- /dev/null +++ b/sysutils/gvfs/patches/patch-ah @@ -0,0 +1,12 @@ +$NetBSD: patch-ah,v 1.1 2011/03/11 20:02:41 drochner Exp $ + +--- gconf/Makefile.in.orig 2010-11-12 16:19:13.000000000 +0000 ++++ gconf/Makefile.in +@@ -315,7 +315,6 @@ libgiogconf_la_CFLAGS = \ + $(GCONF_CFLAGS) \ + -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" \ + -DGVFS_LOCALEDIR=\""$(localedir)"\" \ +- -DG_DISABLE_DEPRECATED \ + $(NULL) + + libgiogconf_la_LDFLAGS = \ |