diff options
author | joerg <joerg> | 2013-03-02 18:08:03 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-03-02 18:08:03 +0000 |
commit | 9f2bca543766740654f166b0e5db7f191d7ebf4f (patch) | |
tree | 1deb1b2665a42dfab1ee2021cc9205afe48afe55 /graphics | |
parent | e7df4b89193261ba6b1a7ca1f359279badc8579c (diff) | |
download | pkgsrc-9f2bca543766740654f166b0e5db7f191d7ebf4f.tar.gz |
Add cstring includes formerly done by png.h.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mandelbulber/distinfo | 4 | ||||
-rw-r--r-- | graphics/mandelbulber/patches/patch-src_texture.cpp | 12 | ||||
-rw-r--r-- | graphics/mandelbulber/patches/patch-src_timeline.cpp | 12 |
3 files changed, 27 insertions, 1 deletions
diff --git a/graphics/mandelbulber/distinfo b/graphics/mandelbulber/distinfo index 1ce81abe4d7..021e3c308aa 100644 --- a/graphics/mandelbulber/distinfo +++ b/graphics/mandelbulber/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.1 2012/12/16 16:10:56 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2013/03/02 18:08:03 joerg Exp $ SHA1 (mandelbulber1.13-1.tar.gz) = 9dfdcc71a4e610e016b10c8bfb6225b4254c09a7 RMD160 (mandelbulber1.13-1.tar.gz) = d87e250b8bfb4249d43112d1d8395c5d9913f6c7 Size (mandelbulber1.13-1.tar.gz) = 1200010 bytes SHA1 (patch-src_netrender.hpp) = 8d1bc2f6586d56434c8d2a4c33eac5b2ed911176 +SHA1 (patch-src_texture.cpp) = 109106f4a6f1c99974f88e6c19a44a225f813eee +SHA1 (patch-src_timeline.cpp) = 87b764efd0b67592835de4842e3bef9feaaa1b29 diff --git a/graphics/mandelbulber/patches/patch-src_texture.cpp b/graphics/mandelbulber/patches/patch-src_texture.cpp new file mode 100644 index 00000000000..99812bc2502 --- /dev/null +++ b/graphics/mandelbulber/patches/patch-src_texture.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_texture.cpp,v 1.1 2013/03/02 18:08:03 joerg Exp $ + +--- src/texture.cpp.orig 2013-02-27 21:21:04.000000000 +0000 ++++ src/texture.cpp +@@ -5,6 +5,7 @@ + * Author: krzysztof + */ + #include <stdio.h> ++#include <cstring> + #include "texture.hpp" + #include "files.h" + diff --git a/graphics/mandelbulber/patches/patch-src_timeline.cpp b/graphics/mandelbulber/patches/patch-src_timeline.cpp new file mode 100644 index 00000000000..f325d7e12d1 --- /dev/null +++ b/graphics/mandelbulber/patches/patch-src_timeline.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-src_timeline.cpp,v 1.1 2013/03/02 18:08:03 joerg Exp $ + +--- src/timeline.cpp.orig 2013-02-27 21:20:36.000000000 +0000 ++++ src/timeline.cpp +@@ -6,6 +6,7 @@ + */ + + #include <cstdlib> ++#include <cstring> + + #include "timeline.hpp" + #include "files.h" |