From f662d61c2641ecb182b80b13e1b93e8e95824794 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 30 Apr 2013 22:34:29 +0000 Subject: Fix various case of missing includes due to libstdc++'s namespace pollution. --- graphics/gimmage/distinfo | 4 ++-- graphics/gimmage/patches/patch-aa | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'graphics/gimmage') diff --git a/graphics/gimmage/distinfo b/graphics/gimmage/distinfo index e6aa78f62cd..5b5d4339e9b 100644 --- a/graphics/gimmage/distinfo +++ b/graphics/gimmage/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2011/11/24 14:01:46 joerg Exp $ +$NetBSD: distinfo,v 1.3 2013/04/30 22:34:30 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) = dc247e0eeeab9a102a02a47b89197a7762072403 +SHA1 (patch-aa) = ddb740f723e266d8fc6b37743ef43e6c1095c7ab 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 - // #include +-// #include ++#include #include +#include } -- cgit v1.2.3