Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161238902
D22576.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D22576.diff
View Options
Index: head/cad/openvsp/files/patch-src_external_angelscript_sdk_angelscript_source_as__config.h
===================================================================
--- head/cad/openvsp/files/patch-src_external_angelscript_sdk_angelscript_source_as__config.h
+++ head/cad/openvsp/files/patch-src_external_angelscript_sdk_angelscript_source_as__config.h
@@ -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
Index: head/cad/openvsp/files/patch-src_util_FileUtil.cpp
===================================================================
--- head/cad/openvsp/files/patch-src_util_FileUtil.cpp
+++ head/cad/openvsp/files/patch-src_util_FileUtil.cpp
@@ -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 <libgen.h>
++#include <sys/param.h>
+ #endif
+
+ vector< string > ScanFolder( const char* dir_path )
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 3, 12:52 AM (10 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34542548
Default Alt Text
D22576.diff (1 KB)
Attached To
Mode
D22576: cad/openvsp: fix build on non-x86
Attached
Detach File
Event Timeline
Log In to Comment