mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= magicpoint
|
||||
PORTVERSION= 1.10a
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= misc
|
||||
MASTER_SITES= ftp://ftp.mew.org/pub/mgp/
|
||||
|
||||
|
|
10
misc/magicpoint/files/patch-mgp.h
Normal file
10
misc/magicpoint/files/patch-mgp.h
Normal 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>
|
Loading…
Add table
Reference in a new issue