Also mark as BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
4cec8e779e
commit
5abefc2297
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557154
@ -13,6 +13,7 @@ COMMENT= AngelCode Scripting Library
|
||||
LICENSE= ZLIB
|
||||
|
||||
BROKEN_aarch64= Does not build: invokes x86 asm
|
||||
BROKEN_riscv64= Does not build: invokes x86 asm
|
||||
BROKEN_sparc64= Does not build: invokes x86 asm
|
||||
|
||||
USES= alias compiler:c11 dos2unix gmake zip
|
||||
|
@ -1,15 +0,0 @@
|
||||
diff --git sdk/angelscript/source/as_config.h sdk/angelscript/source/as_config.h
|
||||
index e17d1ee..f0e49b4 100644
|
||||
--- ../../source/as_config.h
|
||||
+++ ../../source/as_config.h
|
||||
@@ -953,7 +953,9 @@
|
||||
#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(__x86_64__)
|
||||
+ #elif defined(__powerpc64__)
|
||||
+ #define AS_MAX_PORTABILITY
|
||||
+ #elif defined(__x86_64__) || defined(__LP64__)
|
||||
#define AS_X64_GCC
|
||||
#define HAS_128_BIT_PRIMITIVES
|
||||
#define SPLIT_OBJS_BY_MEMBER_TYPES
|
Loading…
Reference in New Issue
Block a user