From fba131c6fd06501c60a497acead4675960b295af Mon Sep 17 00:00:00 2001 From: "Herbert Duerr [hdu]" Date: Mon, 2 Aug 2010 09:12:06 +0200 Subject: #i113565# remove mingw-specific patch which is no longer needed (thanks tono) --- graphite/graphite-2.3.1.patch.mingw | 9 --------- 1 file changed, 9 deletions(-) mode change 100755 => 100644 graphite/graphite-2.3.1.patch.mingw (limited to 'graphite') diff --git a/graphite/graphite-2.3.1.patch.mingw b/graphite/graphite-2.3.1.patch.mingw old mode 100755 new mode 100644 index ecec00da7c6e..c5fc3ecdf252 --- a/graphite/graphite-2.3.1.patch.mingw +++ b/graphite/graphite-2.3.1.patch.mingw @@ -116,15 +116,6 @@ #include --- misc/silgraphite-2.3.1/wrappers/win32/WinFont.cpp 2009-01-29 17:33:19.000000000 +0900 +++ misc/build/silgraphite-2.3.1/wrappers/win32/WinFont.cpp 2009-08-23 20:59:16.211375000 +0900 -@@ -408,7 +408,7 @@ - if (pPolyCurve->wType == TT_PRIM_QSPLINE && - // test if this is the last curve - pPolyHdr->cb - (int)((byte *)(&pPolyCurve->apfx[j]) - (byte *)(pPolyHdr)) -- == sizeof POINTFX && -+ == sizeof(POINTFX) && - // and the two points are identical - CompareFixed(pPolyCurve->apfx[j].x, pPolyHdr->pfxStart.x) && - CompareFixed(pPolyCurve->apfx[j].y, pPolyHdr->pfxStart.y)) @@ -846,7 +846,7 @@ } // namespace gr -- cgit