Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2020 06:45:16 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537122 - head/www/qt5-webengine/files
Message-ID:  <202005310645.04V6jGGj018715@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun May 31 06:45:15 2020
New Revision: 537122
URL: https://svnweb.freebsd.org/changeset/ports/537122

Log:
  www/qt5-webengine: fix patch (missing parenthesis
  
  Reported by:	knk, antoine

Modified:
  head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_skia_src_opts_SkRasterPipeline__opts.h

Modified: head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_skia_src_opts_SkRasterPipeline__opts.h
==============================================================================
--- head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_skia_src_opts_SkRasterPipeline__opts.h	Sun May 31 06:30:24 2020	(r537121)
+++ head/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_skia_src_opts_SkRasterPipeline__opts.h	Sun May 31 06:45:15 2020	(r537122)
@@ -5,7 +5,7 @@
  SI U16 to_half(F f) {
  #if defined(JUMPER_IS_NEON) && defined(SK_CPU_ARM64) \
 -    && !defined(SK_BUILD_FOR_GOOGLE3)  // Temporary workaround for some Google3 builds.
-+    && ! (defined(SK_BUILD_FOR_GOOGLE3 || defined(ARMV8_OS_FREEBSD))  // Temporary workaround for some Google3 builds.
++    && ! (defined(SK_BUILD_FOR_GOOGLE3) || defined(ARMV8_OS_FREEBSD))  // Temporary workaround for some Google3 builds.
      __fp16 fp16 = __fp16(f);
      U16 u16;
      memcpy(&u16, &fp16, sizeof(U16));



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