FreeBSD Bugzilla – Attachment 203532 Details for
Bug 237149
games/iortcw: fix build on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
iortcw.patch (text/plain), 2.58 KB, created by
Piotr Kubaj
on 2019-04-09 09:20:34 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-04-09 09:20:34 UTC
Size:
2.58 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 498040) >+++ Makefile (working copy) >@@ -11,7 +11,7 @@ > > LICENSE= GPLv3 > >-NOT_FOR_ARCHS= aarch64 armv6 armv7 powerpc64 >+NOT_FOR_ARCHS= aarch64 armv6 armv7 > NOT_FOR_ARCHS_REASON= fails to configure: Architecture not supported > > LIB_DEPENDS= libcurl.so:ftp/curl \ >Index: files/patch-MP_code_qcommon_q__platform.h >=================================================================== >--- files/patch-MP_code_qcommon_q__platform.h (revision 498040) >+++ files/patch-MP_code_qcommon_q__platform.h (working copy) >@@ -1,6 +1,6 @@ >---- MP/code/qcommon/q_platform.h.orig 2016-07-29 22:00:04 UTC >+--- MP/code/qcommon/q_platform.h.orig 2019-03-16 18:09:48 UTC > +++ MP/code/qcommon/q_platform.h >-@@ -35,11 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth >+@@ -35,11 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, > > #else > >@@ -12,7 +12,7 @@ > > #if (defined(powerc) || defined(powerpc) || defined(ppc) || \ > defined(__ppc) || defined(__ppc__)) && !defined(C_ONLY) >-@@ -229,8 +225,6 @@ Foundation, Inc., 51 Franklin St, Fifth >+@@ -224,11 +220,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, > #ifdef __i386__ > #define ARCH_STRING "i386" > #elif defined __amd64__ >@@ -21,3 +21,8 @@ > #define ARCH_STRING "amd64" > #elif defined __axp__ > #define ARCH_STRING "alpha" >++#elif defined __powerpc64__ >++#define ARCH_STRING "powerpc64" >+ #endif >+ >+ #if BYTE_ORDER == BIG_ENDIAN >Index: files/patch-SP_code_qcommon_q__platform.h >=================================================================== >--- files/patch-SP_code_qcommon_q__platform.h (revision 498040) >+++ files/patch-SP_code_qcommon_q__platform.h (working copy) >@@ -1,6 +1,6 @@ >---- SP/code/qcommon/q_platform.h.orig 2015-12-26 14:21:49 UTC >+--- SP/code/qcommon/q_platform.h.orig 2019-03-16 18:09:48 UTC > +++ SP/code/qcommon/q_platform.h >-@@ -35,11 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth >+@@ -35,11 +35,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, > > #else > >@@ -12,7 +12,7 @@ > > #if (defined(powerc) || defined(powerpc) || defined(ppc) || \ > defined(__ppc) || defined(__ppc__)) && !defined(C_ONLY) >-@@ -229,8 +225,6 @@ Foundation, Inc., 51 Franklin St, Fifth >+@@ -224,11 +220,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, > #ifdef __i386__ > #define ARCH_STRING "i386" > #elif defined __amd64__ >@@ -21,3 +21,8 @@ > #define ARCH_STRING "amd64" > #elif defined __axp__ > #define ARCH_STRING "alpha" >++#elif defined __powerpc64__ >++#define ARCH_STRING "powerpc64" >+ #endif >+ >+ #if BYTE_ORDER == BIG_ENDIAN
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:
tobik
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 237149
: 203532