updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / mplayer-svn-gui / configure-fribidi-0.19.2.patch
blob3a079366ae26ca204988b5a657f2bfbac4028e26
1 *** ./configure 2009-07-31 23:41:21.220585684 +0200
2 --- ./configure.new 2009-08-01 00:36:53.146922480 +0200
3 ***************
4 *** 727,733 ****
5 _sortsub=yes
6 _freetypeconfig='freetype-config'
7 _fribidi=auto
8 ! _fribidiconfig='fribidi-config'
9 _enca=auto
10 _inet6=auto
11 _gethostbyname2=auto
12 --- 727,733 ----
13 _sortsub=yes
14 _freetypeconfig='freetype-config'
15 _fribidi=auto
16 ! _fribidiconfig='pkg-config fribidi'
17 _enca=auto
18 _inet6=auto
19 _gethostbyname2=auto
20 ***************
21 *** 6109,6115 ****
23 echocheck "fribidi with charsets"
24 if test "$_fribidi" = auto ; then
25 ! if ( $_fribidiconfig --version ) >/dev/null 2>&1 ; then
26 cat > $TMPC << EOF
27 #include <stdio.h>
28 /* workaround for fribidi 0.10.4 and below */
29 --- 6109,6115 ----
31 echocheck "fribidi with charsets"
32 if test "$_fribidi" = auto ; then
33 ! if ( $_fribidiconfig --modversion ) >/dev/null 2>&1 ; then
34 cat > $TMPC << EOF
35 #include <stdio.h>
36 /* workaround for fribidi 0.10.4 and below */