aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/xmbdfed/files/patch-ac
blob: 752d45ee8464ac16bd6d1ae2e4abe14732e41671 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- bdf.h.orig	Fri Mar 17 05:08:51 2000
+++ bdf.h	Sat May 20 04:47:50 2000
@@ -41,7 +41,11 @@
 
 #ifdef HAVE_FREETYPE
 #include <freetype.h>
+#ifdef __FreeBSD__
+#include <ftxsbit.h>
+#else
 #include <extend/ftxsbit.h>
+#endif
 #endif /* HAVE_FREETYPE */
 
 #ifdef __cplusplus