summaryrefslogtreecommitdiff
path: root/graphics/mandelbulber/patches
diff options
context:
space:
mode:
authorryoon <ryoon>2012-12-16 16:10:56 +0000
committerryoon <ryoon>2012-12-16 16:10:56 +0000
commit9cab3802e5cd5cfc2105085ad06ad345ecbd79c8 (patch)
treeb3de0a943ee8ff210f0aee3abaec3794e0dab27a /graphics/mandelbulber/patches
parent431c127d726858c7a12de4cf1211a79c36e5f345 (diff)
downloadpkgsrc-9cab3802e5cd5cfc2105085ad06ad345ecbd79c8.tar.gz
Import mandelbulber-1.13.1 as graphics/mandelbulber.
The Mandelbulb is a three-dimensional analogue of the Mandelbrot set. In reality there are many natural fractal shapes such as clouds, trees, broccoli, and such.
Diffstat (limited to 'graphics/mandelbulber/patches')
-rw-r--r--graphics/mandelbulber/patches/patch-src_netrender.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/mandelbulber/patches/patch-src_netrender.hpp b/graphics/mandelbulber/patches/patch-src_netrender.hpp
new file mode 100644
index 00000000000..01f5f17b903
--- /dev/null
+++ b/graphics/mandelbulber/patches/patch-src_netrender.hpp
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_netrender.hpp,v 1.1 2012/12/16 16:10:56 ryoon Exp $
+
+* Fix build on *BSD
+
+--- src/netrender.hpp.orig 2012-12-02 16:22:54.000000000 +0000
++++ src/netrender.hpp
+@@ -23,6 +23,8 @@
+ #include <netdb.h>
+ #endif
+
++#include <netinet/in.h>
++
+ #include <errno.h>
+ #include <unistd.h>
+ #include <vector>