$NetBSD: patch-af,v 1.3 2011/08/30 22:34:13 drochner Exp $

--- gdk-pixbuf/io-png.c.orig	2011-03-04 00:04:14.000000000 +0000
+++ gdk-pixbuf/io-png.c
@@ -654,7 +654,7 @@ png_info_callback   (png_structp png_rea
                                      GDK_PIXBUF_ERROR,
                                      GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY,
                                      _("Insufficient memory to store a %ld by %ld image; try exiting some applications to reduce memory usage"),
-                                     width, height);
+                                     (long)width, (long)height);
                 }
                 return;
         }
