svn commit: r375385 - head/devel/qt4-script/files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 24 02:47:34 UTC 2014


Author: amdmi3
Date: Wed Dec 24 02:47:33 2014
New Revision: 375385
URL: https://svnweb.freebsd.org/changeset/ports/375385
QAT: https://qat.redports.org/buildarchive/r375385/

Log:
  - 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

Added:
  head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Platform.h   (contents, props changed)

Added: head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Platform.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/qt4-script/files/patch-src__3rdparty__javascriptcore__JavaScriptCore__wtf__Platform.h	Wed Dec 24 02:47:33 2014	(r375385)
@@ -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


More information about the svn-ports-head mailing list