diff options
author | recht <recht@pkgsrc.org> | 2003-12-19 14:34:18 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-12-19 14:34:18 +0000 |
commit | 320392b8054602ea36a723ba7832c6d4760d4d18 (patch) | |
tree | 6dee7011007afa74dff4d79440ac5797e1dd4dbe /fonts/fontconfig | |
parent | 58889130d45afc6ff79571e6a0d16433ac666d3a (diff) | |
download | pkgsrc-320392b8054602ea36a723ba7832c6d4760d4d18.tar.gz |
remove freetype2 2.1.17 related patches after freetype2 has been reverted
to 2.1.15
Diffstat (limited to 'fonts/fontconfig')
-rw-r--r-- | fonts/fontconfig/patches/patch-ab | 14 | ||||
-rw-r--r-- | fonts/fontconfig/patches/patch-ac | 14 |
2 files changed, 0 insertions, 28 deletions
diff --git a/fonts/fontconfig/patches/patch-ab b/fonts/fontconfig/patches/patch-ab deleted file mode 100644 index 1f797ea9e2a..00000000000 --- a/fonts/fontconfig/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2003/12/18 15:07:00 recht Exp $ - ---- fontconfig/fcfreetype.h.orig 2003-12-18 15:36:07.000000000 +0100 -+++ fontconfig/fcfreetype.h -@@ -24,7 +24,8 @@ - - #ifndef _FCFREETYPE_H_ - #define _FCFREETYPE_H_ --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - FT_UInt - FcFreeTypeCharIndex (FT_Face face, FcChar32 ucs4); diff --git a/fonts/fontconfig/patches/patch-ac b/fonts/fontconfig/patches/patch-ac deleted file mode 100644 index 29d3722c40d..00000000000 --- a/fonts/fontconfig/patches/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2003/12/18 15:07:00 recht Exp $ - ---- src/fcfreetype.c.orig 2003-12-18 15:55:56.000000000 +0100 -+++ src/fcfreetype.c -@@ -56,8 +56,8 @@ - #include <freetype/t1tables.h> - - #if (FREETYPE_MINOR > 1 || (FREETYPE_MINOR == 1 && FREETYPE_PATCH >= 4)) -+#include <ft2build.h> - #include <freetype/ftbdf.h> --#include <freetype/ftmodule.h> - #define USE_FTBDF - #define HAS_BDF_PROPERTY(f) ((f) && (f)->driver && \ - (f)->driver->root.clazz->get_interface) |