Index: files/patch-src_external_angelscript_sdk_angelscript_source_as__config.h =================================================================== --- files/patch-src_external_angelscript_sdk_angelscript_source_as__config.h (nonexistent) +++ files/patch-src_external_angelscript_sdk_angelscript_source_as__config.h (working copy) @@ -0,0 +1,11 @@ +--- src/external/angelscript/sdk/angelscript/source/as_config.h.orig 2019-11-25 15:18:37 UTC ++++ src/external/angelscript/sdk/angelscript/source/as_config.h +@@ -953,7 +953,7 @@ + #define COMPLEX_RETURN_MASK (asOBJ_APP_CLASS_DESTRUCTOR | asOBJ_APP_CLASS_COPY_CONSTRUCTOR | asOBJ_APP_ARRAY) + #define THISCALL_PASS_OBJECT_POINTER_ON_THE_STACK + #define AS_X86 +- #elif defined(__LP64__) ++ #elif defined(__amd64__) + #define AS_X64_GCC + #define HAS_128_BIT_PRIMITIVES + #define SPLIT_OBJS_BY_MEMBER_TYPES Property changes on: files/patch-src_external_angelscript_sdk_angelscript_source_as__config.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-src_util_FileUtil.cpp =================================================================== --- files/patch-src_util_FileUtil.cpp (nonexistent) +++ files/patch-src_util_FileUtil.cpp (working copy) @@ -0,0 +1,10 @@ +--- src/util/FileUtil.cpp.orig 2019-11-25 15:26:25 UTC ++++ src/util/FileUtil.cpp +@@ -21,6 +21,7 @@ + + #ifdef __FreeBSD__ + #include ++#include + #endif + + vector< string > ScanFolder( const char* dir_path ) Property changes on: files/patch-src_util_FileUtil.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property