Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/tk/files: tk-8.5.11-fedora-xft.patch
Date: Fri, 02 Mar 2012 15:31:11
Message-Id: 20120302153101.55EB02004C@flycatcher.gentoo.org
1 jlec 12/03/02 15:31:01
2
3 Added: tk-8.5.11-fedora-xft.patch
4 Log:
5 Version Bump
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-lang/tk/files/tk-8.5.11-fedora-xft.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/files/tk-8.5.11-fedora-xft.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tk/files/tk-8.5.11-fedora-xft.patch?rev=1.1&content-type=text/plain
14
15 Index: tk-8.5.11-fedora-xft.patch
16 ===================================================================
17 --- tk8.5.9/unix/configure.in.old 2010-09-02 20:12:14.000000000 +0200
18 +++ tk8.5.9/unix/configure.in 2011-02-17 13:32:22.719116636 +0100
19 @@ -530,8 +530,8 @@
20 XFT_LIBS=`xft-config --libs 2>/dev/null` || found_xft="no"
21 if test "$found_xft" = "no" ; then
22 found_xft=yes
23 - XFT_CFLAGS=`pkg-config --cflags xft 2>/dev/null` || found_xft="no"
24 - XFT_LIBS=`pkg-config --libs xft 2>/dev/null` || found_xft="no"
25 + XFT_CFLAGS=`pkg-config --cflags xft freetype2 2>/dev/null` || found_xft="no"
26 + XFT_LIBS=`pkg-config --libs xft freetype2 2>/dev/null` || found_xft="no"
27 fi
28 AC_MSG_RESULT([$found_xft])
29 dnl make sure that compiling against Xft header file doesn't bomb