remove freetype2 2.1.17 related patches after freetype2 has been reverted

to 2.1.15
This commit is contained in:
recht 2003-12-19 14:34:18 +00:00
parent 58889130d4
commit 320392b805
3 changed files with 0 additions and 42 deletions

View file

@ -1,14 +0,0 @@
$NetBSD: patch-ac,v 1.1 2003/12/18 16:28:34 recht Exp $
--- Xft.h.orig 2003-12-18 17:24:05.000000000 +0100
+++ Xft.h
@@ -38,7 +38,8 @@
#define XftVersion XFT_VERSION
#include <stdarg.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <fontconfig/fontconfig.h>
#include <X11/extensions/Xrender.h>

View file

@ -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);

View file

@ -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)