summaryrefslogtreecommitdiff
path: root/graphics/gfract
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-04-30 22:34:29 +0000
committerjoerg <joerg@pkgsrc.org>2013-04-30 22:34:29 +0000
commit99449482facadb95159ba17cc621d0c6d426ed2a (patch)
treea4f848772326e334251e2718cca1d6a91f004dc9 /graphics/gfract
parent5121c0cb8a0d7ab8c0a5bb06d1795a689ccbeb64 (diff)
downloadpkgsrc-99449482facadb95159ba17cc621d0c6d426ed2a.tar.gz
Fix various case of missing includes due to libstdc++'s namespace
pollution.
Diffstat (limited to 'graphics/gfract')
-rw-r--r--graphics/gfract/distinfo4
-rw-r--r--graphics/gfract/patches/patch-color.cpp7
2 files changed, 6 insertions, 5 deletions
diff --git a/graphics/gfract/distinfo b/graphics/gfract/distinfo
index 4e20d263622..5444909c003 100644
--- a/graphics/gfract/distinfo
+++ b/graphics/gfract/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2011/11/24 14:02:54 joerg Exp $
+$NetBSD: distinfo,v 1.10 2013/04/30 22:34:30 joerg Exp $
SHA1 (gfract-0.32.tar.gz) = f603c067c9616ebde714b72b3bda801e9906d6c3
RMD160 (gfract-0.32.tar.gz) = 6196bd3cc17c4c41bbd0b7df4cbe0691e52de521
@@ -7,5 +7,5 @@ SHA1 (gfract-palettes-0.1.tar.gz) = f05e06e6012e1b1526e0c796ca7f6617fca8ab7d
RMD160 (gfract-palettes-0.1.tar.gz) = 3430c31cb5cb2317a02b1e2cf506c5ffa9601a7c
Size (gfract-palettes-0.1.tar.gz) = 223648 bytes
SHA1 (patch-aa) = 374c5fc29e3b3b07a5b0873ee1d042128b1ae5b8
-SHA1 (patch-color.cpp) = 442929a5c425336e93384625e10ef773dc73c80d
+SHA1 (patch-color.cpp) = d40c75042bffcbcb042f1feefda6a19f55e0148c
SHA1 (patch-my_png_cpp) = 3bfa0a24aa62e9b71f6bc6d7f2060b2a185a9daa
diff --git a/graphics/gfract/patches/patch-color.cpp b/graphics/gfract/patches/patch-color.cpp
index c8c42482188..a3896d431ae 100644
--- a/graphics/gfract/patches/patch-color.cpp
+++ b/graphics/gfract/patches/patch-color.cpp
@@ -1,9 +1,10 @@
-$NetBSD: patch-color.cpp,v 1.1 2011/11/24 14:02:54 joerg Exp $
+$NetBSD: patch-color.cpp,v 1.2 2013/04/30 22:34:30 joerg Exp $
---- color.cpp.orig 2011-11-24 00:30:21.000000000 +0000
+--- color.cpp.orig 2004-08-13 15:42:29.000000000 +0000
+++ color.cpp
-@@ -1,5 +1,6 @@
+@@ -1,5 +1,7 @@
#include <math.h>
++#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include <algorithm>