FreeBSD Bugzilla – Attachment 207453 Details for
Bug 240554
games/supertuxkart: fix build on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
supertuxkart.patch (text/plain), 1.56 KB, created by
Piotr Kubaj
on 2019-09-13 09:39:58 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-09-13 09:39:58 UTC
Size:
1.56 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 511806) >+++ Makefile (working copy) >@@ -27,7 +27,6 @@ > BROKEN_mips= invokes x86 assembler > BROKEN_mips64= invokes x86 assembler > BROKEN_sparc64= invokes x86 assembler >-BROKEN_powerpc64= invokes x86 assembler > BROKEN_i386= does not build (error: this directive must appear between .cfi_startproc and .cfi_endproc directives) > > USES= alias cmake compiler:c++11-lib gettext gl \ >Index: files/patch-lib_angelscript_source_as__config.h >=================================================================== >--- files/patch-lib_angelscript_source_as__config.h (nonexistent) >+++ files/patch-lib_angelscript_source_as__config.h (working copy) >@@ -0,0 +1,11 @@ >+--- lib/angelscript/source/as_config.h.orig 2019-09-12 21:09:33 UTC >++++ lib/angelscript/source/as_config.h >+@@ -953,6 +953,8 @@ >+ #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(__powerpc64__) >++ #define AS_MAX_PORTABILITY >+ #elif defined(__LP64__) >+ #define AS_X64_GCC >+ #define HAS_128_BIT_PRIMITIVES > >Property changes on: files/patch-lib_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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
pkubaj
:
maintainer-approval?
(
amdmi3
)
Actions:
View
|
Diff
Attachments on
bug 240554
: 207453