diff --git a/inkscape-0.48.4-freetype.patch b/inkscape-0.48.4-freetype.patch new file mode 100644 index 0000000..2bcfdbb --- /dev/null +++ b/inkscape-0.48.4-freetype.patch @@ -0,0 +1,11 @@ +--- src/libnrtype/FontFactory.h~ 2011-07-08 13:25:09.000000000 -0500 ++++ src/libnrtype/FontFactory.h 2014-03-31 10:30:21.908992050 -0500 +@@ -31,7 +31,7 @@ + #include + #else + #include +-#include ++#include + #endif + + namespace Glib diff --git a/inkscape.spec b/inkscape.spec index 1886675..0b8d9c1 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -15,6 +15,7 @@ Patch0: inkscape-0.48.2-types.patch #Patch8: inkscape-0.48.2-poppler_020.patch #Patch9: inkscape-0.48.3.1-hugexml.patch Patch10: inkscape-0.48.4-spuriouscomma.h +Patch11: inkscape-0.48.4-freetype.patch %if 0%{?fedora} && 0%{?fedora} < 18 %define desktop_vendor fedora @@ -132,6 +133,7 @@ graphics in W3C standard Scalable Vector Graphics (SVG) file format. #%patch8 -p1 -b .poppler_020 #%patch9 -p0 -b .hugexml %patch10 -p0 -b .spuriouscomma +%patch11 -p0 -b .freetype # https://bugs.launchpad.net/inkscape/+bug/314381 # A couple of files have executable bits set, @@ -237,6 +239,7 @@ fi %changelog * Mon Mar 31 2014 Jon Ciesla - 0.48.4-12 - ImageMagick rebuild. +- Patch for Freetype path. * Wed Oct 09 2013 Jon Ciesla - 0.48.4-11 - ImageMagick rebuild.