summaryrefslogtreecommitdiff
path: root/devel/libgnome
diff options
context:
space:
mode:
authorprlw1 <prlw1>2013-04-19 20:37:41 +0000
committerprlw1 <prlw1>2013-04-19 20:37:41 +0000
commit099dcdf5c43e00ecfcc5f6ca4fe36072bc364d1c (patch)
tree41b6fb38e1a7f81fc9883ba7ac8e8c6e67aad9f9 /devel/libgnome
parent44d0660f7dcaf411cf248aff259884feacbb44e9 (diff)
downloadpkgsrc-099dcdf5c43e00ecfcc5f6ca4fe36072bc364d1c.tar.gz
Avoid compilation error caused by use of deprecated g_thread API
Diffstat (limited to 'devel/libgnome')
-rw-r--r--devel/libgnome/distinfo3
-rw-r--r--devel/libgnome/patches/patch-libgnome_Makefile.in14
2 files changed, 16 insertions, 1 deletions
diff --git a/devel/libgnome/distinfo b/devel/libgnome/distinfo
index 03ba2d41b8f..412b5e0c9bf 100644
--- a/devel/libgnome/distinfo
+++ b/devel/libgnome/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.38 2011/03/11 11:41:24 wiz Exp $
+$NetBSD: distinfo,v 1.39 2013/04/19 20:37:41 prlw1 Exp $
SHA1 (libgnome-2.32.1.tar.bz2) = a6bc277ff90ca2f83b91c5bc5222f03ab553a52b
RMD160 (libgnome-2.32.1.tar.bz2) = e425910756737363ef910e9d2d5cd3820d009441
Size (libgnome-2.32.1.tar.bz2) = 1776006 bytes
+SHA1 (patch-libgnome_Makefile.in) = ccf3fcf5d0d7d609053ab2f36ce52d48f2321b82
diff --git a/devel/libgnome/patches/patch-libgnome_Makefile.in b/devel/libgnome/patches/patch-libgnome_Makefile.in
new file mode 100644
index 00000000000..3857c8531f5
--- /dev/null
+++ b/devel/libgnome/patches/patch-libgnome_Makefile.in
@@ -0,0 +1,14 @@
+$NetBSD: patch-libgnome_Makefile.in,v 1.1 2013/04/19 20:37:41 prlw1 Exp $
+
+Avoid compilation error caused by use of deprecated g_thread API
+
+--- libgnome/Makefile.in.orig 2013-04-19 20:27:06.000000000 +0000
++++ libgnome/Makefile.in
+@@ -311,7 +311,6 @@ INCLUDES = \
+ -I$(srcdir)/.. \
+ $(WARN_CFLAGS) \
+ $(LIBGNOME_CFLAGS) \
+- -DG_DISABLE_DEPRECATED \
+ -DLIBGNOME_PREFIX=\""$(prefix)"\" \
+ -DLIBGNOME_LIBDIR=\""$(libdir)"\" \
+ -DLIBGNOME_DATADIR=\""$(datadir)"\" \