Fix build with freetype.

PR:		ports/68012
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Apporved by:	mita (blanket)
This commit is contained in:
Norikatsu Shigemura 2004-06-16 16:39:00 +00:00
parent 46435aa5aa
commit 960aa5db65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111605
2 changed files with 11 additions and 0 deletions

View file

@ -8,6 +8,7 @@
PORTNAME= magicpoint
PORTVERSION= 1.10a
PORTREVISION= 1
CATEGORIES+= misc
MASTER_SITES= ftp://ftp.mew.org/pub/mgp/

View file

@ -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>