freebsd-ports/graphics/mandelbulber/files/patch-src-netrender.hpp
Dmitry Marakasov 193957a077 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/
2012-12-14 14:30:28 +00:00

10 lines
280 B
C++

--- src/netrender.hpp.orig 2012-12-02 20:22:54.000000000 +0400
+++ src/netrender.hpp 2012-12-13 01:05:50.537932343 +0400
@@ -19,6 +19,7 @@
#include <winsock2.h>
#define INET6_ADDRSTRLEN 46
#else
+ #include <arpa/inet.h>
#include <sys/socket.h>
#include <netdb.h>
#endif