mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
1907f56a51
Version 2.0.13 was an old version and faced a checksum mismatch problem because the port was downloading a generic RakNet.zip file (with no version). This new version of the port uses a fixed version to ensure the port will remain fetchable. It also now uses sourceforge as main repository. I'll take maintainership for it. PR: ports/122169 Submitted by: Ganael Laplanche <ganael.laplanche (at) martymac.com>
13 lines
298 B
C
13 lines
298 B
C
--- Source/RakMemoryOverride.h.orig 2008-03-18 21:46:43.000000000 +0100
|
|
+++ Source/RakMemoryOverride.h 2008-03-27 09:41:18.000000000 +0100
|
|
@@ -10,7 +10,9 @@
|
|
#elif defined(_WIN32)
|
|
#include <malloc.h>
|
|
#else
|
|
+#if !defined ( __FreeBSD__ )
|
|
#include <alloca.h>
|
|
+#endif
|
|
#include <stdlib.h>
|
|
#endif
|
|
|