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

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sun Sep 28 15:32:43 UTC 2014


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

The following commit has been merged in the master branch:
commit a90bb52e0f2da63aaba48b04b17124d6bc436724
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Sep 28 11:42:09 2014 -0300

    A little of identation.
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4bb5c7a..7dbfa88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,9 +41,9 @@ override_dh_auto_configure:
 	true
 
 override_dh_auto_build:
-#disable JIT assembler on archs where it doesn't compile
-#disable WTF_USE_3D_GRAPHICS on ARM where it doesn't compile
-#disable forcing SSE2 on all other platforms
+	#disable JIT assembler on archs where it doesn't compile
+	#disable WTF_USE_3D_GRAPHICS on ARM where it doesn't compile
+	#disable forcing SSE2 on all other platforms
 ifneq (,$(filter arm64 armel hppa mips mipsel powerpc ppc64el s390x x32,$(DEB_HOST_ARCH)))
 	./Tools/Scripts/build-webkit --qt DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0 DEFINES+=ENABLE_ASSEMBLER=0 $(QMAKE_ARGS)
 else ifeq ($(DEB_HOST_ARCH),armhf)

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list