summaryrefslogtreecommitdiff
path: root/fonts/Xft2/patches/patch-ac
blob: 4cb25feab90b9b5f315afbfb50298221e3cdb170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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>