diff options
author | joerg <joerg@pkgsrc.org> | 2007-10-05 22:54:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-10-05 22:54:23 +0000 |
commit | c09bd3087da2e4b7f20d6f7759406b9a8d6c3cd0 (patch) | |
tree | 95a8c5f71ab2b130b7e44ef6a4bd755b16f67b6d /ham | |
parent | de0d2d027830d4629747b84f785d72f24d6b4d8b (diff) | |
download | pkgsrc-c09bd3087da2e4b7f20d6f7759406b9a8d6c3cd0.tar.gz |
Remove GTK_DISABLE_DEPRECATED, it breaks with GTK 2.12.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/grig/distinfo | 3 | ||||
-rw-r--r-- | ham/grig/patches/patch-aa | 12 |
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"\" \ |