1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix build on MIPS by remiving non-existent, unused include

Upstream issue: https://bugreports.qt-project.org/browse/QTBUG-43486

PR:		196157
Submitted by:	amdmi3
Approved by:	rakuco
This commit is contained in:
Dmitry Marakasov 2014-12-24 02:47:33 +00:00
parent 50c9d5788c
commit c6e2b981c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375385

View File

@ -0,0 +1,10 @@
--- src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h.orig 2014-04-10 22:37:12.000000000 +0400
+++ src/3rdparty/javascriptcore/JavaScriptCore/wtf/Platform.h 2014-12-20 07:17:24.000000000 +0300
@@ -336,7 +336,6 @@
/* CPU(MIPS) - MIPS, any version */
#if (defined(mips) || defined(__mips__) || defined(MIPS) || defined(_MIPS_))
#define WTF_CPU_MIPS 1
-#include <sgidefs.h>
#if defined(__MIPSEB__)
#define WTF_CPU_BIG_ENDIAN 1
#endif