summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/pencil/files/pencil-0.4.4_beta-gcc461.patch')
-rw-r--r--media-gfx/pencil/files/pencil-0.4.4_beta-gcc461.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/media-gfx/pencil/files/pencil-0.4.4_beta-gcc461.patch b/media-gfx/pencil/files/pencil-0.4.4_beta-gcc461.patch
deleted file mode 100644
index d0aa8936b8fd..000000000000
--- a/media-gfx/pencil/files/pencil-0.4.4_beta-gcc461.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/graphics/vector/beziercurve.cpp 2007-07-14 21:41:33.000000000 +0200
-+++ src/graphics/vector/beziercurve.cpp 2011-08-29 16:19:08.930675072 +0200
-@@ -700,9 +700,9 @@
- R1.setTopLeft(P1); R1.setBottomRight(Q1);
- R2.setTopLeft(P2); R2.setBottomRight(Q2);
-
-- //QPointF intersectionPoint = QPointF(50.0, 50.0); // bogus point
-+ QPointF intersectionPoint = QPointF(50.0, 50.0); // bogus point
- //QPointF* intersection = &intersectionPoint;
-- QPointF* cubicIntersection = &QPointF(50.0, 50.0); // bogus point
-+ QPointF* cubicIntersection = &intersectionPoint; // bogus point
- if( R1.intersects(R2) || L2.intersect(L1, cubicIntersection) == QLineF::BoundedIntersection ) {
- //if(L2.intersect(L1, intersection) == QLineF::BoundedIntersection) {
- //qDebug() << " FOUND rectangle intersection ";