[SCM] QtWebKit packaging branch, master, updated. debian/2.3.2.dfsg-3-3-gdd83576

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sun Sep 7 19:22:49 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebkit.git;a=commitdiff;h=dd83576

The following commit has been merged in the master branch:
commit dd835762ecba9e0cd0eace92161ff849b25e0689
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Sep 7 16:22:07 2014 -0300

    Also add support for hppa in Platform.h.
---
 debian/changelog                  |  3 ++-
 debian/patches/hppa_support.patch | 18 ++++++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 35a96f2..9e367bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
 qtwebkit (2.3.2.dfsg-4) UNRELEASED; urgency=medium
 
   [ Lisandro Damián Nicanor Pérez Meyer ]
-  * Also disable JIT on hppa (Closes: #760759).
+  * Also disable JIT on hppa and add support for it in Platform.h trough
+    hppa_support.patch (Closes: #760759).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 07 Sep 2014 15:22:09 -0300
 
diff --git a/debian/patches/hppa_support.patch b/debian/patches/hppa_support.patch
new file mode 100644
index 0000000..41b2cd0
--- /dev/null
+++ b/debian/patches/hppa_support.patch
@@ -0,0 +1,18 @@
+--- a/Source/WTF/wtf/Platform.h
++++ b/Source/WTF/wtf/Platform.h
+@@ -65,6 +65,15 @@
+ #define WTF_CPU_ALPHA 1
+ #endif
+ 
++/* CPU(HPPA) - HP PARISC */
++#if defined(__hppa__)
++#define WTF_CPU_HPPA 1
++#define WTF_CPU_BIG_ENDIAN 1
++#define ENABLE_JIT 0
++#define ENABLE_YARR_JIT 0
++#define ENABLE_ASSEMBLER 0
++#endif
++
+ /* CPU(IA64) - Itanium / IA-64 */
+ #if defined(__ia64__)
+ #define WTF_CPU_IA64 1
diff --git a/debian/patches/series b/debian/patches/series
index 9fb0441..fcc6a01 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -22,3 +22,4 @@ ppc64el.patch
 bound_cpu_usage.patch
 x32_support.patch
 arm64.patch
+hppa_support.patch

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list