diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-12-14 14:30:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-12-14 14:30:28 +0000 |
commit | 193957a077a26ac8a2adcb96fa573450f0745613 (patch) | |
tree | 238b4ee7f9e853adb6fef13637e772c5d8881267 /graphics/mandelbulber/files/patch-src-netrender.cpp | |
parent | - Add JBoss 7.1.3.Final application server to the zoo (diff) |
Mandelbulber is an experimental application that helps to make
rendering 3D Mandelbrot fractals much more accessible. A few of the
supported 3D fractals: Mandelbulb, Mandelbox, BulbBox, JuliaBulb,
Menger Sponge, Quaternion, Trigonometric, Hypercomplex, and Iterated
Function Systems (IFS). All of these can be combined into infinite
variations with the ability to hybridize different formulas together.
WWW: http://www.mandelbulber.com/
Notes
Notes:
svn path=/head/; revision=308905
Diffstat (limited to 'graphics/mandelbulber/files/patch-src-netrender.cpp')
-rw-r--r-- | graphics/mandelbulber/files/patch-src-netrender.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/mandelbulber/files/patch-src-netrender.cpp b/graphics/mandelbulber/files/patch-src-netrender.cpp new file mode 100644 index 000000000000..bce85f52b099 --- /dev/null +++ b/graphics/mandelbulber/files/patch-src-netrender.cpp @@ -0,0 +1,10 @@ +--- src/netrender.cpp.orig 2012-12-02 20:22:54.000000000 +0400 ++++ src/netrender.cpp 2012-12-13 01:06:24.748933214 +0400 +@@ -7,6 +7,7 @@ + + #include "netrender.hpp" + #include <stdio.h> ++#include <netinet/in.h> + #ifndef WIN32 + #include <arpa/inet.h> + #endif |