fix build on arm

see https://bugs.kde.org/show_bug.cgi?id=335346#c3
This commit is contained in:
Rex Dieter 2014-06-07 23:02:34 -05:00
parent 469049fb66
commit e9b64d15fc
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff -up kdelibs-4.13.2/khtml/css/cssparser.cpp.qreal kdelibs-4.13.2/khtml/css/cssparser.cpp
--- kdelibs-4.13.2/khtml/css/cssparser.cpp.qreal 2014-06-07 17:33:11.047973300 -0500
+++ kdelibs-4.13.2/khtml/css/cssparser.cpp 2014-06-07 23:01:04.275165034 -0500
@@ -2709,7 +2709,7 @@ static inline int yyerror( const char *s
return 1;
}
-static const qreal dIntMax = INT_MAX;
+static const double dIntMax = INT_MAX;
#define END 0
#include "parser.h"

View File

@ -157,6 +157,8 @@ Patch62: kdelibs-4.11.3-arm.patch
Patch63: kdelibs-4.11.3-klauncher-no-glib.patch
## upstream
# https://bugs.kde.org/show_bug.cgi?id=335346#c3
Patch100: kdelibs-4.13.2-qreal.patch
# revert these commits for
#https://bugs.kde.org/315578
@ -366,6 +368,7 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
%patch091 -p1 -R -b .coding-style-fixes.patch
%patch092 -p1 -R -b .return-application-icons-properly
%patch093 -p1 -R -b .turn-the-packagekit-support-feature-off-by-default
%patch100 -p1 -b .qreal
# security fixes