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 | |
parent | 46435aa5aae64d9325e361c60dead268251ba84f (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
-rw-r--r-- | misc/magicpoint/Makefile | 1 | ||||
-rw-r--r-- | misc/magicpoint/files/patch-mgp.h | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 3d33b502bdf4..6de089bacd67 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -8,6 +8,7 @@ PORTNAME= magicpoint PORTVERSION= 1.10a +PORTREVISION= 1 CATEGORIES+= misc MASTER_SITES= ftp://ftp.mew.org/pub/mgp/ 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> |