diff options
author | spz <spz@pkgsrc.org> | 2014-03-23 01:37:27 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2014-03-23 01:37:27 +0000 |
commit | 1c7b6e505185f71c4b662f034dbe5753553c4904 (patch) | |
tree | 6459045d3e9a7baab62690f204964eabfa996c24 /graphics/magicpoint/patches/patch-ab | |
parent | 4b3d18e67c20361cb6efdfcf045d104a6501f100 (diff) | |
download | pkgsrc-1c7b6e505185f71c4b662f034dbe5753553c4904.tar.gz |
build fix following the freetype2 update
Diffstat (limited to 'graphics/magicpoint/patches/patch-ab')
-rw-r--r-- | graphics/magicpoint/patches/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/magicpoint/patches/patch-ab b/graphics/magicpoint/patches/patch-ab index 4c48a3230c2..8cfaf6bf97e 100644 --- a/graphics/magicpoint/patches/patch-ab +++ b/graphics/magicpoint/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.6 2013/08/17 14:39:24 taca Exp $ +$NetBSD: patch-ab,v 1.7 2014/03/23 01:37:27 spz Exp $ -* Add Support freetype2. +* Add support for freetype2 (2.4.* and 2.5.*). * Add some prototypes. --- mgp.h.orig 2008-01-18 17:43:20.000000000 +0000 @@ -11,9 +11,9 @@ $NetBSD: patch-ab,v 1.6 2013/08/17 14:39:24 taca Exp $ #include FT_FREETYPE_H -#include <fontconfig/fontconfig.h> +#include FT_CONFIG_CONFIG_H -+#include <freetype2/freetype/fttypes.h> -+#include <freetype2/freetype/fterrors.h> -+#include <freetype2/freetype/freetype.h> ++#include FT_TYPES_H ++#include FT_ERRORS_H ++#include FT_FREETYPE_H #include <X11/Xft/Xft.h> #ifdef HAVE_ICONV #include <iconv.h> |