1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/raknet/files/patch-Source-RakMemoryOverride.h
Thierry Thomas 1907f56a51 This patch updates devel/raknet to version 3.08.
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>
2008-04-07 20:49:41 +00:00

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