components/emacs/patches/xft.patch
author Rich Burridge <rich.burridge@oracle.com>
Mon, 22 Oct 2012 12:26:34 -0700
branchs11-update
changeset 2398 54c1297f2b4b
parent 686 b4fe91eb660b
permissions -rw-r--r--
7161369 Update clisp to version 2.49 7196595 Timestamp problem causes various clisp files to be delivered twice

*** emacs-23.4.orig/configure	Thu Jan 19 08:01:37 2012
--- emacs-23.4/configure	Tue Feb  7 12:38:02 2012
***************
*** 9283,9288 ****
--- 9283,9289 ----
              { $as_echo "$as_me:${as_lineno-$LINENO}: checking XFT_LIBS" >&5
  $as_echo_n "checking XFT_LIBS... " >&6; }
              XFT_LIBS=`$PKG_CONFIG --libs "xft >= 0.13.0"|sed -e 's,///*,/,g'`
+             XFT_LIBS='-lXft -lXrender -lfontconfig -lfreetype -lX11  '
              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XFT_LIBS" >&5
  $as_echo "$XFT_LIBS" >&6; }
          else