summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2013-08-27 05:22:12 +0000
committerrichard <richard@pkgsrc.org>2013-08-27 05:22:12 +0000
commit986cf8b2983917364bb76fb38131e5c69fdf9169 (patch)
tree20b050db5b10af93e68b9eabd0334d93c20df392 /graphics
parent024ac250d5d1770261dac5b93b4e5ad5b5b95ab3 (diff)
downloadpkgsrc-986cf8b2983917364bb76fb38131e5c69fdf9169.tar.gz
backout erroneous patch to suppres g-ir-scanner warnings
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdk-pixbuf2/distinfo3
-rw-r--r--graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_gdk-pixbuf.h15
2 files changed, 1 insertions, 17 deletions
diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo
index 5441c3340c1..896829dd655 100644
--- a/graphics/gdk-pixbuf2/distinfo
+++ b/graphics/gdk-pixbuf2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2013/08/26 14:38:56 richard Exp $
+$NetBSD: distinfo,v 1.20 2013/08/27 05:22:12 richard Exp $
SHA1 (gdk-pixbuf-2.28.2.tar.xz) = 9876d0a20f592f8fb2a52d4a86ec43d607661beb
RMD160 (gdk-pixbuf-2.28.2.tar.xz) = d6472e7a289d4b04feb99b387339ade558835b71
@@ -6,5 +6,4 @@ Size (gdk-pixbuf-2.28.2.tar.xz) = 1192936 bytes
SHA1 (patch-ab) = a64a1c9a4dd4c51d918e3409d40d76fd63146150
SHA1 (patch-ac) = c55b59e380cf58ae7e94c760dc0dbb32b6b5fb69
SHA1 (patch-gdk-pixbuf_gdk-pixbuf-scaled-anim.c) = 9656d695b2567a1f743885964949e32634cde577
-SHA1 (patch-gdk-pixbuf_gdk-pixbuf.h) = 727ba1cf32aa9251a73542b99fe4f883b7e29f22
SHA1 (patch-gdk-pixbuf_io-icns.c) = 74faaca7f60f09077777cf77005699c5411164e2
diff --git a/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_gdk-pixbuf.h b/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_gdk-pixbuf.h
deleted file mode 100644
index 747e546badb..00000000000
--- a/graphics/gdk-pixbuf2/patches/patch-gdk-pixbuf_gdk-pixbuf.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-gdk-pixbuf_gdk-pixbuf.h,v 1.1 2013/08/26 14:38:56 richard Exp $
-
-* include config.h early to avoid redefinition warnings on solaris
-*
---- gdk-pixbuf/gdk-pixbuf.h.orig 2011-08-16 01:45:14.000000000 +0000
-+++ gdk-pixbuf/gdk-pixbuf.h
-@@ -27,7 +27,7 @@
- #define GDK_PIXBUF_H
-
- #define GDK_PIXBUF_H_INSIDE
--
-+#include "config.h"
- #include <glib.h>
- #include <gdk-pixbuf/gdk-pixbuf-features.h>
- #include <glib-object.h>