summaryrefslogtreecommitdiff
path: root/graphics/gimmage/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimmage/patches/patch-aa')
-rw-r--r--graphics/gimmage/patches/patch-aa9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/gimmage/patches/patch-aa b/graphics/gimmage/patches/patch-aa
index 2dd5aa84641..3f23a43c1b5 100644
--- a/graphics/gimmage/patches/patch-aa
+++ b/graphics/gimmage/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2011/11/24 14:01:46 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2013/04/30 22:34:30 joerg Exp $
--- src/FileManager.cpp.orig 2007-06-26 13:51:15.000000000 +0000
+++ src/FileManager.cpp
@@ -11,9 +11,12 @@ $NetBSD: patch-aa,v 1.2 2011/11/24 14:01:46 joerg Exp $
#include "FileManager.h"
#include "defines.h"
-@@ -30,6 +32,7 @@ extern "C" {
+@@ -28,8 +30,9 @@ Copyright 2006 Bartek Kostrzewa
+
+ extern "C" {
#include <libintl.h>
- // #include <unistd.h>
+-// #include <unistd.h>
++#include <unistd.h>
#include <sys/stat.h>
+#include <string.h>
}