pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

webkit-gtk: Add parenthesis to ease readability (NFC)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Oct 5 10:42:33 2018 +0200
Changeset:	63c666074ff60884c98a614861f24ef1132c3fb6

Modified Files:
	webkit-gtk/distinfo
	webkit-gtk/patches/patch-aj

Log Message:
webkit-gtk: Add parenthesis to ease readability (NFC)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=63c666074ff60884c98a614861f24ef1132c3fb6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 webkit-gtk/distinfo         | 2 +-
 webkit-gtk/patches/patch-aj | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/webkit-gtk/distinfo b/webkit-gtk/distinfo
index 190331b544..d688ab0f14 100644
--- a/webkit-gtk/distinfo
+++ b/webkit-gtk/distinfo
@@ -26,4 +26,4 @@ SHA1 (patch-Source_WebKit_Platform_classifier_ResourceLoadStatisticsClassifier.c
 SHA1 (patch-Source_bmalloc_bmalloc_BPlatform.h) = ad6c6f93732a4bb355ac2b65bff8968aae0460ba
 SHA1 (patch-Source_bmalloc_bmalloc_VMAllocate.h) = 7bbf23f5ac92173dcce9743c5a115bdf0bf7c0ea
 SHA1 (patch-Source_cmake_OptionsCommon.cmake) = 03b72552414e7114bfa7ddc2d68fd97009a5ff7d
-SHA1 (patch-aj) = cd9a280c3bbab82c1a7aeb62a27ee6eb96c67ec2
+SHA1 (patch-aj) = 403aef1a8c594e8117f8f3fd2fe5afa52a9c8c64
diff --git a/webkit-gtk/patches/patch-aj b/webkit-gtk/patches/patch-aj
index 032f3accb7..2c3ea4a3bc 100644
--- a/webkit-gtk/patches/patch-aj
+++ b/webkit-gtk/patches/patch-aj
@@ -7,7 +7,7 @@ $NetBSD: patch-aj,v 1.6 2018/04/09 08:33:48 wiz Exp $
  #endif
  
 -#if (OS(LINUX) || OS(FREEBSD)) && CPU(X86_64)
-+#if (OS(LINUX) || OS(FREEBSD) || OS(NETBSD) || OS(OPENBSD) || OS(SOLARIS)) && CPU(X86_64) || (OS(SOLARIS) && CPU(X86)) 
++#if ((OS(LINUX) || OS(FREEBSD) || OS(NETBSD) || OS(OPENBSD) || OS(SOLARIS)) && CPU(X86_64)) || (OS(SOLARIS) && CPU(X86)) 
  #define GLOBAL_REFERENCE(name) #name "@plt"
  #elif CPU(X86) && COMPILER(MINGW)
  #define GLOBAL_REFERENCE(name) "@" #name "@4"


Home | Main Index | Thread Index | Old Index