/[packages]/cauldron/tk/current/SOURCES/tk8.6b1-fix_Xft_linkage.patch
ViewVC logotype

Contents of /cauldron/tk/current/SOURCES/tk8.6b1-fix_Xft_linkage.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1001 - (show annotations) (download)
Sat Jan 8 19:15:54 2011 UTC (13 years, 3 months ago) by blino
File size: 976 byte(s)
imported package tk
1 diff -p -up ./unix/configure.in.orig ./unix/configure.in
2 --- ./unix/configure.in.orig 2008-12-21 17:34:25.000000000 +0100
3 +++ ./unix/configure.in 2010-12-08 21:18:08.000000000 +0100
4 @@ -497,7 +497,7 @@ if test $tk_aqua = no; then
5 tk_oldCFlags=$CFLAGS
6 CFLAGS="$CFLAGS $XINCLUDES $XFT_CFLAGS"
7 tk_oldLibs=$LIBS
8 - LIBS="$tk_oldLIBS $XFT_LIBS $XLIBSW"
9 + LIBS="$tk_oldLIBS $XFT_LIBS $XLIBSW -lfreetype"
10 AC_CHECK_LIB(Xft, FT_New_Face, [], [
11 found_xft=no
12 ])
13 diff -p -up ./unix/Makefile.in.orig ./unix/Makefile.in
14 --- ./unix/Makefile.in.orig 2010-12-08 21:28:11.000000000 +0100
15 +++ ./unix/Makefile.in 2010-12-08 21:28:40.000000000 +0100
16 @@ -286,7 +286,7 @@ REZ_SWITCHES = @REZ_FLAGS@ -i $(GENERIC_
17
18 # support for Xft:
19 XFT_CFLAGS = @XFT_CFLAGS@
20 -XFT_LIBS = @XFT_LIBS@
21 +XFT_LIBS = @XFT_LIBS@ -lfontconfig
22
23 #----------------------------------------------------------------
24 # The information below is modified by the configure script when

  ViewVC Help
Powered by ViewVC 1.1.30