pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/Xft2 fix build with new freetype



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5126c6a30781
branches:  trunk
changeset: 464982:5126c6a30781
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Dec 18 16:28:34 2003 +0000

description:
fix build with new freetype

diffstat:

 fonts/Xft2/distinfo         |   3 ++-
 fonts/Xft2/patches/patch-ac |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 9bf39e5e2785 -r 5126c6a30781 fonts/Xft2/distinfo
--- a/fonts/Xft2/distinfo       Thu Dec 18 15:44:24 2003 +0000
+++ b/fonts/Xft2/distinfo       Thu Dec 18 16:28:34 2003 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2003/10/31 03:10:07 dmcmahill Exp $
+$NetBSD: distinfo,v 1.5 2003/12/18 16:28:34 recht Exp $
 
 SHA1 (xft-2.1.2.tar.gz) = 892d57cac909ef51c3c49b9a6aaf54e6b6ab6b92
 Size (xft-2.1.2.tar.gz) = 243680 bytes
 SHA1 (patch-aa) = 06782c94f152e301a3bc989df7810dadf0ae44c8
 SHA1 (patch-ab) = f02bd400fcde944e799368721a7cdb7444414fb7
+SHA1 (patch-ac) = 8eb91238470142c55308ca7c90557481d0ec4602
diff -r 9bf39e5e2785 -r 5126c6a30781 fonts/Xft2/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/Xft2/patches/patch-ac       Thu Dec 18 16:28:34 2003 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2003/12/18 16:28:34 recht Exp $
+
+--- Xft.h.orig 2003-12-18 17:24:05.000000000 +0100
++++ Xft.h
+@@ -38,7 +38,8 @@
+ #define XftVersion    XFT_VERSION
+ 
+ #include <stdarg.h>
+-#include <freetype/freetype.h>
++#include <ft2build.h>
++#include FT_FREETYPE_H
+ #include <fontconfig/fontconfig.h>
+ #include <X11/extensions/Xrender.h>
+ 



Home | Main Index | Thread Index | Old Index