Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2020 18:31:06 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559516 - head/www/qt5-webkit/files
Message-ID:  <202012281831.0BSIV6Hc069724@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Dec 28 18:31:05 2020
New Revision: 559516
URL: https://svnweb.freebsd.org/changeset/ports/559516

Log:
  www/qt5-webkit: ENABLE_ASSEMBLER 0 is not necessary

Modified:
  head/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h

Modified: head/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h
==============================================================================
--- head/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h	Mon Dec 28 18:30:41 2020	(r559515)
+++ head/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h	Mon Dec 28 18:31:05 2020	(r559516)
@@ -6,7 +6,7 @@ Add proper architecture name:
 
 --- Source/WTF/wtf/Platform.h.orig	2020-03-04 17:16:37 UTC
 +++ Source/WTF/wtf/Platform.h
-@@ -105,11 +105,15 @@
+@@ -105,11 +105,14 @@
  
  /* CPU(PPC64) - PowerPC 64-bit Big Endian */
  #if (  defined(__ppc64__)      \
@@ -17,17 +17,15 @@ Add proper architecture name:
      && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__)
  #define WTF_CPU_PPC64 1
  #define WTF_CPU_BIG_ENDIAN 1
-+#define ENABLE_ASSEMBLER 0
 +#define ENABLE_JIT 0
 +#define ENABLE_SAMPLING_PROFILER 0
  #endif
  
  /* CPU(PPC64) - PowerPC 64-bit Little Endian */
-@@ -135,6 +139,9 @@
+@@ -135,6 +139,8 @@
      && (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__)
  #define WTF_CPU_PPC 1
  #define WTF_CPU_BIG_ENDIAN 1
-+#define ENABLE_ASSEMBLER 0
 +#define ENABLE_JIT 0
 +#define ENABLE_SAMPLING_PROFILER 0
  #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012281831.0BSIV6Hc069724>