]> git.pld-linux.org Git - packages/mythtv.git/blob - mythtv-ticket-1310.patch
- obsolete
[packages/mythtv.git] / mythtv-ticket-1310.patch
1 Index: configure
2 ===================================================================
3 --- configure   (revision 9014)
4 +++ configure   (working copy)
5 @@ -1859,8 +1859,7 @@
6  audio_arts=no
7  if (artsc-config --version) > /dev/null 2>&1; then
8  audio_arts_libs=`artsc-config --libs`
9 -audio_arts_tmp=`artsc-config --cflags`
10 -audio_arts_cflags=`echo $audio_arts_tmp | sed "s/include\/artsc/include/g"`
11 +audio_arts_cflags=`artsc-config --cflags`
12  if $cc -o $TMPE $TMPC $audio_arts_cflags $audio_arts_libs > /dev/null 2>&1; then
13  audio_arts=yes
14  fi
This page took 0.076737 seconds and 3 git commands to generate.