openbsd-ports/x11/xmbdfed/patches/patch-aa
brad 55f1deea05 - respect CC.
- include proper path to freetype headers.
2001-03-07 21:48:38 +00:00

12 lines
241 B
Plaintext

--- bdf.h.orig Thu Mar 16 15:08:51 2000
+++ bdf.h Wed Mar 7 16:47:07 2001
@@ -41,7 +41,7 @@
#ifdef HAVE_FREETYPE
#include <freetype.h>
-#include <extend/ftxsbit.h>
+#include <ftxsbit.h>
#endif /* HAVE_FREETYPE */
#ifdef __cplusplus