~octaspire/dern

9b6170e24fb4e7477553160f91074af5ad9135ba — octaspire 4 years ago fc96036 v0.489.5
Fix Chipmunk library for NetBSD
M dev/include/octaspire/dern/octaspire_dern_config.h => dev/include/octaspire/dern/octaspire_dern_config.h +1 -1
@@ 19,7 19,7 @@ limitations under the License.

#define OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "0"
#define OCTASPIRE_DERN_CONFIG_VERSION_MINOR "489"
#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "4"
#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "5"

#define OCTASPIRE_DERN_CONFIG_VERSION_STR "Octaspire Dern version " \
    OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "." \

M release/octaspire-dern-amalgamated.c => release/octaspire-dern-amalgamated.c +1 -1
@@ 26448,7 26448,7 @@ limitations under the License.

#define OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "0"
#define OCTASPIRE_DERN_CONFIG_VERSION_MINOR "489"
#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "4"
#define OCTASPIRE_DERN_CONFIG_VERSION_PATCH "5"

#define OCTASPIRE_DERN_CONFIG_VERSION_STR "Octaspire Dern version " \
    OCTASPIRE_DERN_CONFIG_VERSION_MAJOR "." \

M release/plugins/external/chipmunk/include/chipmunk/chipmunk.h => release/plugins/external/chipmunk/include/chipmunk/chipmunk.h +1 -1
@@ 31,7 31,7 @@
#ifndef alloca
	#ifdef _WIN32
		#include <malloc.h>
	#elif defined(__FreeBSD__)
	#elif defined(__FreeBSD__) || defined(__NetBSD__)
		/* already included in <stdlib.h> */
	#else
		#include <alloca.h>