diff options
author | adam <adam@pkgsrc.org> | 2004-04-27 15:42:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-04-27 15:42:58 +0000 |
commit | 41655808c9d7ca634ac7bb9aeaa5f885a3093c01 (patch) | |
tree | 59dc40db3dc961cbf42f70b90fc7961e8d230f04 /graphics/magicpoint/patches | |
parent | 67c2e380ed13207ccabf30136e49a203641e8571 (diff) | |
download | pkgsrc-41655808c9d7ca634ac7bb9aeaa5f885a3093c01.tar.gz |
Follow new FreeType2 building rules
Diffstat (limited to 'graphics/magicpoint/patches')
-rw-r--r-- | graphics/magicpoint/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/magicpoint/patches/patch-ab b/graphics/magicpoint/patches/patch-ab new file mode 100644 index 00000000000..32239b345ba --- /dev/null +++ b/graphics/magicpoint/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.3 2004/04/27 15:42:58 adam Exp $ + +--- mgp.h.orig 2004-04-27 17:39:53.000000000 +0000 ++++ mgp.h +@@ -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> |