summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches/patch-src_libnrtype_FontFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/inkscape/patches/patch-src_libnrtype_FontFactory.h')
-rw-r--r--graphics/inkscape/patches/patch-src_libnrtype_FontFactory.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/inkscape/patches/patch-src_libnrtype_FontFactory.h b/graphics/inkscape/patches/patch-src_libnrtype_FontFactory.h
deleted file mode 100644
index c76a09cdabf..00000000000
--- a/graphics/inkscape/patches/patch-src_libnrtype_FontFactory.h
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_libnrtype_FontFactory.h,v 1.1 2013/12/15 08:29:07 markd Exp $
-
-Build with freetype 2.5.x
-
---- src/libnrtype/FontFactory.h.orig 2011-07-08 18:25:09.468790000 +0000
-+++ src/libnrtype/FontFactory.h
-@@ -31,7 +31,8 @@
- #include <pango/pangowin32.h>
- #else
- #include <pango/pangoft2.h>
--#include <freetype/freetype.h>
-+#include <ft2build.h>
-+#include FT_FREETYPE_H
- #endif
-
- namespace Glib