summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/gimmage/distinfo4
-rw-r--r--graphics/gimmage/patches/patch-aa16
2 files changed, 14 insertions, 6 deletions
diff --git a/graphics/gimmage/distinfo b/graphics/gimmage/distinfo
index e948d931853..e6aa78f62cd 100644
--- a/graphics/gimmage/distinfo
+++ b/graphics/gimmage/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/04/15 04:04:13 reed Exp $
+$NetBSD: distinfo,v 1.2 2011/11/24 14:01:46 joerg Exp $
SHA1 (gimmage-0.2.3.tar.gz) = 732dee063553b787b65a0a5bd3d207bdb5d01df1
RMD160 (gimmage-0.2.3.tar.gz) = d3fd105390e21548cf9c83b199681b53616f3640
Size (gimmage-0.2.3.tar.gz) = 193777 bytes
-SHA1 (patch-aa) = f8a37d59d2b9311a352dee931afe4290d1950720
+SHA1 (patch-aa) = dc247e0eeeab9a102a02a47b89197a7762072403
diff --git a/graphics/gimmage/patches/patch-aa b/graphics/gimmage/patches/patch-aa
index c19330c9f49..2dd5aa84641 100644
--- a/graphics/gimmage/patches/patch-aa
+++ b/graphics/gimmage/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/04/15 04:04:13 reed Exp $
+$NetBSD: patch-aa,v 1.2 2011/11/24 14:01:46 joerg Exp $
---- src/FileManager.cpp.orig 2008-07-08 15:06:19.000000000 -0500
-+++ src/FileManager.cpp 2008-07-08 15:06:54.000000000 -0500
-@@ -20,6 +20,8 @@
+--- src/FileManager.cpp.orig 2007-06-26 13:51:15.000000000 +0000
++++ src/FileManager.cpp
+@@ -20,6 +20,8 @@ Copyright 2006 Bartek Kostrzewa
// gimmage: FileManager.cpp
// we make extensive use of get_current_dir_name() from Glib
@@ -11,3 +11,11 @@ $NetBSD: patch-aa,v 1.1.1.1 2009/04/15 04:04:13 reed Exp $
#include "FileManager.h"
#include "defines.h"
+@@ -30,6 +32,7 @@ extern "C" {
+ #include <libintl.h>
+ // #include <unistd.h>
+ #include <sys/stat.h>
++#include <string.h>
+ }
+
+ FileManager::FileManager() {}