diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/qpdf2/files/fix_qtversion_check.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/qpdf2/files/fix_qtversion_check.patch')
-rw-r--r-- | packages/qpdf2/files/fix_qtversion_check.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/qpdf2/files/fix_qtversion_check.patch b/packages/qpdf2/files/fix_qtversion_check.patch index e69de29bb2..4dcb32d350 100644 --- a/packages/qpdf2/files/fix_qtversion_check.patch +++ b/packages/qpdf2/files/fix_qtversion_check.patch @@ -0,0 +1,11 @@ +--- qpdf2_2.2.1/QOutputDev.cpp.orig 2005-01-31 10:57:03.000000000 +0000 ++++ qpdf2_2.2.1/QOutputDev.cpp 2005-01-31 10:57:36.000000000 +0000 +@@ -1083,7 +1083,7 @@ + tmp. setPoints ( 4, lrint ( x0 ), lrint ( y0 ), lrint ( x1 ), lrint ( y1 ), + lrint ( x2 ), lrint ( y2 ), lrint ( x3 ), lrint ( y3 )); + +-#if QT_VERSION < 300 ++#if QT_VERSION < 0x030000 + tmp = tmp. quadBezier ( ); + + for ( uint loop = 0; loop < tmp. count ( ); loop++ ) { |