[SCM] qt5webkit packaging branch, master, updated. debian/5.2.0+dfsg-2-9-gf339047

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sat Feb 1 00:40:49 UTC 2014


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

The following commit has been merged in the master branch:
commit ec4c3ef88b63547ee6f2c38cc12bbba669f6bc6e
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Jan 10 21:22:28 2014 -0300

    f we are undefining them we don't need to specify the value.
---
 debian/patches/disable_jit_llint.diff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/disable_jit_llint.diff b/debian/patches/disable_jit_llint.diff
index 8fcaf0d..2a46a5e 100644
--- a/debian/patches/disable_jit_llint.diff
+++ b/debian/patches/disable_jit_llint.diff
@@ -11,7 +11,7 @@ Last-Update: 2014-01-05
  
 +# Disable JIT and llint on archs where it FTBFS.
 +equals(QT_ARCH, ia64)|equals(QT_ARCH, s390)|equals(QT_ARCH, sparc) {
-+    DEFINES -= ENABLE_JIT=1 ENABLE_LLINT=1
++    DEFINES -= ENABLE_JIT ENABLE_LLINT
 +    DEFINES += ENABLE_JIT=0 ENABLE_LLINT=0
 +}
 +

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list