[qtwebkit] fix errant \

Rex Dieter rdieter at fedoraproject.org
Sat Mar 1 13:39:13 UTC 2014


commit 2f54342eceee239aae3ddf8bd98941aef79d3454
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sat Mar 1 07:39:57 2014 -0600

    fix errant \

 qtwebkit-aarch64.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/qtwebkit-aarch64.patch b/qtwebkit-aarch64.patch
index daba20c..430f06c 100644
--- a/qtwebkit-aarch64.patch
+++ b/qtwebkit-aarch64.patch
@@ -36,7 +36,7 @@ diff -up webkit-qtwebkit-23/Source/WTF/wtf/Platform.h.aarch64 webkit-qtwebkit-23
      || CPU(SPARC64) \
      || CPU(S390X) \
 -    || CPU(PPC64)
-+    || CPU(PPC64) || CPU(AARCH64) \
++    || CPU(PPC64) || CPU(AARCH64)
  #define WTF_USE_JSVALUE64 1
  #else
  #define WTF_USE_JSVALUE32_64 1


More information about the scm-commits mailing list