]> git.pld-linux.org Git - packages/qt5-qtwebkit.git/commitdiff
x32 patch obsolete auto/th/qt5-qtwebkit-5.4.2-0.1
authorElan Ruusamäe <glen@delfi.ee>
Thu, 11 Jun 2015 13:42:48 +0000 (16:42 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 11 Jun 2015 13:42:48 +0000 (16:42 +0300)
qt5-qtwebkit.spec
x32-asm.patch [deleted file]

index 04a5526f72be970d6401d2885ae57c20f30f8799..e79dcc8b2c4f1bc2ab69996bd3fa71daf3e1cb1d 100644 (file)
@@ -32,7 +32,6 @@ License:      LGPL v2+
 Group:         X11/Libraries
 Source0:       http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/%{orgname}-opensource-src-%{version}.tar.xz
 # Source0-md5: b711b3f32646d72cd281b3c17ab6d14e
-Patch0:                x32-asm.patch
 URL:           http://qt-project.org/
 BuildRequires: OpenGL-devel
 BuildRequires: Qt5Core-devel >= %{qtbase_ver}
@@ -170,9 +169,6 @@ Dokumentacja do bibliotek Qt5 WebKit w formacie QCH.
 
 %prep
 %setup -q -n %{orgname}-opensource-src-%{version}
-%ifarch x32
-%patch0 -p1
-%endif
 
 %build
 qmake-qt5 \
diff --git a/x32-asm.patch b/x32-asm.patch
deleted file mode 100644 (file)
index 34a859d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- qtwebkit-opensource-src-5.3.2+dfsg/Source/WTF/wtf/Atomics.h~       2014-09-11 12:48:11.000000000 +0200
-+++ qtwebkit-opensource-src-5.3.2+dfsg/Source/WTF/wtf/Atomics.h        2015-02-13 22:32:03.647863539 +0100
-@@ -188,7 +188,7 @@
- #if CPU(X86_64)
-     bool result;
-     asm volatile(
--        "lock; cmpxchgq %3, %2\n\t"
-+        "lock; cmpxchg %3, %2\n\t"
-         "sete %1"
-         : "+a"(expected), "=q"(result), "+m"(*location)
-         : "r"(newValue)
This page took 0.136842 seconds and 4 git commands to generate.