diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-06-16 16:39:00 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-06-16 16:39:00 +0000 |
commit | 960aa5db65fb4edf79cf3f5a537e8df7538d489d (patch) | |
tree | e34ab94fa21d88e4dd6df715ed4e950f795aa985 /misc/magicpoint/files/patch-mgp.h | |
parent | - udpate to 0.9.3 (diff) |
Fix build with freetype.
PR: ports/68012
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Apporved by: mita (blanket)
Notes
Notes:
svn path=/head/; revision=111605
Diffstat (limited to 'misc/magicpoint/files/patch-mgp.h')
-rw-r--r-- | misc/magicpoint/files/patch-mgp.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/magicpoint/files/patch-mgp.h b/misc/magicpoint/files/patch-mgp.h new file mode 100644 index 000000000000..aa233bc7d06f --- /dev/null +++ b/misc/magicpoint/files/patch-mgp.h @@ -0,0 +1,10 @@ +--- mgp.h.orig Fri Jun 6 16:18:25 2003 ++++ mgp.h Sun May 16 19:02:09 2004 +@@ -62,6 +62,7 @@ + #include <X11/cursorfont.h> + #include <X11/Xatom.h> + #ifdef USE_XFT2 ++#include <ft2build.h> + #include <freetype/freetype.h> + #include <fontconfig/fontconfig.h> + #include <X11/Xft/Xft.h> |