diff options
author | nork <nork@FreeBSD.org> | 2004-06-17 00:39:00 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-06-17 00:39:00 +0800 |
commit | ef1a8aaa0e8b12a19e2e6c97c221e9c82ad9a6ed (patch) | |
tree | 58cb9301ad7d46dda6487f596b9e49b9a75f0d49 /misc/magicpoint | |
parent | 39188154d8d30965136950d9059004d2fc2a0f1f (diff) | |
download | freebsd-ports-gnome-ef1a8aaa0e8b12a19e2e6c97c221e9c82ad9a6ed.tar.gz freebsd-ports-gnome-ef1a8aaa0e8b12a19e2e6c97c221e9c82ad9a6ed.tar.zst freebsd-ports-gnome-ef1a8aaa0e8b12a19e2e6c97c221e9c82ad9a6ed.zip |
Fix build with freetype.
PR: ports/68012
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Apporved by: mita (blanket)
Diffstat (limited to 'misc/magicpoint')
-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> |