summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz>2012-08-29 16:51:40 +0000
committerwiz <wiz>2012-08-29 16:51:40 +0000
commite60d0aa0a944d2b02e084d77a22f69bf1acb6db4 (patch)
treefef5d9e293f97b4940cc3955a4a83a9b86a82f41 /games
parent05919a1ce18f19fa7f26e5fa05d1d5d22ad5e102 (diff)
downloadpkgsrc-e60d0aa0a944d2b02e084d77a22f69bf1acb6db4.tar.gz
Direct inclusion of librsvg/rsvg-cairo.h is deprecated and leads to build
errors. "Don't do it, then!"
Diffstat (limited to 'games')
-rw-r--r--games/gcompris/distinfo3
-rw-r--r--games/gcompris/patches/patch-src_goocanvas_src_goocanvassvg.h14
2 files changed, 16 insertions, 1 deletions
diff --git a/games/gcompris/distinfo b/games/gcompris/distinfo
index 391195d477a..9f178f6b87e 100644
--- a/games/gcompris/distinfo
+++ b/games/gcompris/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2012/04/09 23:19:49 wiz Exp $
+$NetBSD: distinfo,v 1.6 2012/08/29 16:51:40 wiz Exp $
SHA1 (gcompris-12.01.tar.gz) = c1e3a98e1e2ac7397a8da6bc176c112008008dbe
RMD160 (gcompris-12.01.tar.gz) = ce578e8ca494b85300fe0046d1fd111c79a1084d
@@ -6,3 +6,4 @@ Size (gcompris-12.01.tar.gz) = 149465806 bytes
SHA1 (patch-configure) = d61565375bed732c38dd9eed0e6ab17d7278bbd0
SHA1 (patch-src_chess__computer-activity_chess.c) = 9af1e7ee1a9e03373c5d738a8cc6d8c367dc6cbf
SHA1 (patch-src_chess__computer-activity_chess__notation.c) = e621665adb4e8da25b82143699fbde48c5afee0c
+SHA1 (patch-src_goocanvas_src_goocanvassvg.h) = 8c14c1f842b03b18b7587675fbcf2876f667624b
diff --git a/games/gcompris/patches/patch-src_goocanvas_src_goocanvassvg.h b/games/gcompris/patches/patch-src_goocanvas_src_goocanvassvg.h
new file mode 100644
index 00000000000..abd86875a8f
--- /dev/null
+++ b/games/gcompris/patches/patch-src_goocanvas_src_goocanvassvg.h
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_goocanvas_src_goocanvassvg.h,v 1.1 2012/08/29 16:51:40 wiz Exp $
+
+Do not include deprecated header.
+
+--- src/goocanvas/src/goocanvassvg.h.orig 2011-01-08 22:27:14.000000000 +0000
++++ src/goocanvas/src/goocanvassvg.h
+@@ -10,7 +10,6 @@
+ #include <gtk/gtk.h>
+ #include "goocanvasitemsimple.h"
+ #include <librsvg/rsvg.h>
+-#include <librsvg/rsvg-cairo.h>
+
+ G_BEGIN_DECLS
+