[gtk-osx] Fix missing leading spaces in patch.
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-osx] Fix missing leading spaces in patch.
- Date: Fri, 3 Nov 2017 16:51:09 +0000 (UTC)
commit 50ebdde1a0bedc266a08bc136d3c7d82a91bb597
Author: John Ralls <jralls ceridwen us>
Date: Fri Nov 3 09:50:44 2017 -0700
Fix missing leading spaces in patch.
patches/WebKit-2.4.11-fixups.patch | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/patches/WebKit-2.4.11-fixups.patch b/patches/WebKit-2.4.11-fixups.patch
index 6f0e17d..0804ebd 100644
--- a/patches/WebKit-2.4.11-fixups.patch
+++ b/patches/WebKit-2.4.11-fixups.patch
@@ -37,10 +37,10 @@
#include "WidgetRenderingContext.h"
--- a/Source/JavaScriptCore/assembler/MacroAssembler.h~
+++ b/Source/JavaScriptCore/assembler/MacroAssembler.h
-@@ -986,2 +986,2 @@ public:
+@@ -986,7 +986,7 @@ public:
if (bitwise_cast<uint64_t>(value * 1.0) != bitwise_cast<uint64_t>(value))
return shouldConsiderBlinding();
-
+
- value = abs(value);
+ value = std::abs(value);
// Only allow a limited set of fractional components
@@ -48,8 +48,8 @@
if (scaledValue / 8 != value)
--- a/Source/autotools/FindDependencies.m4~
+++ b/Source/autotools/FindDependencies.m4
-@@ -104,0 +104,0 @@ GLIB_GSETTINGS
-
+@@ -104,7 +104,7 @@ GLIB_GSETTINGS
+
# TODO: use pkg-config (after CFLAGS in their .pc files are cleaned up).
case "$host" in
- *-*-darwin*)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]