openbsd-ports/x11/qt2/patches/patch-src_kernel_qt_x11_h

13 lines
319 B
Plaintext
Raw Normal View History

2004-11-06 15:32:09 -05:00
$OpenBSD: patch-src_kernel_qt_x11_h,v 1.2 2004/11/06 20:32:09 naddy Exp $
--- src/kernel/qt_x11.h.orig Mon Oct 29 15:21:14 2001
+++ src/kernel/qt_x11.h Sat Nov 6 21:04:50 2004
@@ -73,6 +73,8 @@
2003-04-10 12:58:19 -04:00
#include <X11/Xatom.h>
#ifdef QT_XFT
2004-11-06 15:32:09 -05:00
+#include <ft2build.h>
+#include FT_FREETYPE_H
2003-04-10 12:58:19 -04:00
#include <X11/Xft/Xft.h>
#endif