Package: kde4libs Version: 3.98.0~svn755919-1 Severity: important Tags: patch
Please find a patch below to get kde4libs buildable on arm (and probably armel). --- kde4libs-3.98.0~svn755919.orig/khtml/html/html_canvasimpl.cpp +++ kde4libs-3.98.0~svn755919/khtml/html/html_canvasimpl.cpp @@ -1019,7 +1019,7 @@ const CanvasPatternImpl *pattern = static_cast<const CanvasPatternImpl*>(style); - float penWidth = qMax(p->pen().widthF(), 1.0); + float penWidth = qMax(p->pen().widthF(), qreal(1.0)); const QRectF rect = path.controlPointRect().adjusted(-penWidth, -penWidth, penWidth, penWidth); return pattern->clipForRepeat(p->brushOrigin(), rect); -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: arm (armv5tejl) Kernel: Linux 2.6.18-5-versatile Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]