summaryrefslogtreecommitdiff
path: root/ham/grig
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-10-05 22:54:23 +0000
committerjoerg <joerg@pkgsrc.org>2007-10-05 22:54:23 +0000
commit23bc2063d6d0ee71910c7baad76f0b7c1fad1e56 (patch)
tree95a8c5f71ab2b130b7e44ef6a4bd755b16f67b6d /ham/grig
parent1c38756796ce1654582ed84db2753087e769e0e1 (diff)
downloadpkgsrc-23bc2063d6d0ee71910c7baad76f0b7c1fad1e56.tar.gz
Remove GTK_DISABLE_DEPRECATED, it breaks with GTK 2.12.
Diffstat (limited to 'ham/grig')
-rw-r--r--ham/grig/distinfo3
-rw-r--r--ham/grig/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/ham/grig/distinfo b/ham/grig/distinfo
index 4234afce36c..5e1e584bcb4 100644
--- a/ham/grig/distinfo
+++ b/ham/grig/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2006/12/27 05:57:25 wulf Exp $
+$NetBSD: distinfo,v 1.6 2007/10/05 22:54:23 joerg Exp $
SHA1 (grig-0.7.2.tar.gz) = 7b5f1e7f77a8b8907a77ba11a1e17c2eaff884f2
RMD160 (grig-0.7.2.tar.gz) = 2184e7e4fb343a5d8f391337273f4d864a088c9c
Size (grig-0.7.2.tar.gz) = 494153 bytes
+SHA1 (patch-aa) = 174015862d9b35f733d4c9659a01ba697ae611b5
diff --git a/ham/grig/patches/patch-aa b/ham/grig/patches/patch-aa
new file mode 100644
index 00000000000..e774500496b
--- /dev/null
+++ b/ham/grig/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2007/10/05 22:54:24 joerg Exp $
+
+--- src/Makefile.in.orig 2007-10-05 22:02:44.000000000 +0000
++++ src/Makefile.in
+@@ -236,7 +236,6 @@ INCLUDES = \
+ -DG_DISABLE_DEPRECATED \
+ -DGDK_DISABLE_DEPRECATED \
+ -DGDK_PIXBUF_DISABLE_DEPRECATED \
+- -DGTK_DISABLE_DEPRECATED \
+ -DDATADIR=\""$(datadir)"\" \
+ -DPACKAGE_DATA_DIR=\""$(datadir)/grig"\" \
+ -DPACKAGE_PIXMAPS_DIR=\""$(datadir)/pixmaps/grig"\" \