| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/math/ogdf/files/ |
Upload File : |
--- include/ogdf/basic/System.h.orig 2015-05-29 15:36:24 UTC +++ include/ogdf/basic/System.h @@ -53,7 +53,7 @@ #define OGDF_SYSTEM_H -#if defined(OGDF_SYSTEM_OSX) +#if defined(OGDF_SYSTEM_OSX) || defined(OGDF_SYSTEM_FREEBSD) #include <stdlib.h> #elif defined(OGDF_SYSTEM_UNIX) || defined(__MINGW32__) #include <malloc.h> @@ -176,7 +176,7 @@ public: # else return _aligned_malloc(size, 16); # endif -#elif defined(OGDF_SYSTEM_OSX) +#elif defined(OGDF_SYSTEM_OSX) || defined(OGDF_SYSTEM_FREEBSD) // malloc returns 16 byte aligned memory on OS X. return malloc(size); #else