summaryrefslogtreecommitdiff
path: root/geography/libchamplain08
diff options
context:
space:
mode:
authordrochner <drochner>2012-02-02 17:27:18 +0000
committerdrochner <drochner>2012-02-02 17:27:18 +0000
commitef497c553b4f6d251fe79edf2c952f9bd6934ec2 (patch)
tree49341a70102d14450222cb6605e5311aec287246 /geography/libchamplain08
parentb79f004a49f6a318c422d6f3fa431dc7a79fc0ad (diff)
downloadpkgsrc-ef497c553b4f6d251fe79edf2c952f9bd6934ec2.tar.gz
remove G_DISABLE_DEPRECATED from Makefile to fix build with recent glib2,
addresses PR pkg/45912 by Joern Clausen
Diffstat (limited to 'geography/libchamplain08')
-rw-r--r--geography/libchamplain08/distinfo3
-rw-r--r--geography/libchamplain08/patches/patch-ac12
2 files changed, 14 insertions, 1 deletions
diff --git a/geography/libchamplain08/distinfo b/geography/libchamplain08/distinfo
index 005ccbdeb4b..dcfd30ddcf3 100644
--- a/geography/libchamplain08/distinfo
+++ b/geography/libchamplain08/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/04/14 15:52:51 drochner Exp $
+$NetBSD: distinfo,v 1.2 2012/02/02 17:27:19 drochner Exp $
SHA1 (libchamplain-0.8.3.tar.bz2) = da7b335db417574c3d407873c3e86f1263002d3d
RMD160 (libchamplain-0.8.3.tar.bz2) = e5670e2698e0951f60a4168bbc9b2e788461e2a7
Size (libchamplain-0.8.3.tar.bz2) = 667873 bytes
SHA1 (patch-aa) = cb409caf3babea890beadba6e787eefaf148bcbd
SHA1 (patch-ab) = ccdd82dbffe2ba4313579984f96a1b5b0fb7efbe
+SHA1 (patch-ac) = 3a2c8d3690f25908485dc11bfb64b573657349f7
diff --git a/geography/libchamplain08/patches/patch-ac b/geography/libchamplain08/patches/patch-ac
new file mode 100644
index 00000000000..26979135357
--- /dev/null
+++ b/geography/libchamplain08/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2012/02/02 17:27:19 drochner Exp $
+
+--- tidy/Makefile.in.orig 2011-03-30 22:13:37.000000000 +0000
++++ tidy/Makefile.in
+@@ -343,7 +343,6 @@ AM_CPPFLAGS = \
+ -I$(top_srcdir) \
+ -DPREFIX=\""$(prefix)"\" \
+ -DLIBDIR=\""$(libdir)"\" \
+- -DG_DISABLE_DEPRECATED \
+ -DG_LOG_DOMAIN=\"Tidy\" \
+ $(DEPS_CFLAGS) \
+ $(TIDY_DEBUG_CFLAGS)