]> git.pld-linux.org Git - packages/chromium.git/blob - chromium-libvorbisfile.patch
- qt no longer used
[packages/chromium.git] / chromium-libvorbisfile.patch
1 --- scripts/configure_functions.orig    2007-08-30 10:52:40.000000000 +0200
2 +++ scripts/configure_functions 2007-08-30 10:51:51.000000000 +0200
3 @@ -204,7 +204,7 @@
4                 if [ -f $LIBVORBISDIR/vorbisfile.a ]; then
5                         LIBVORBISFILE="$LIBVORBISDIR/vorbisfile.a"
6                 else 
7 -                       if [ -f $LIBVORBISDIR/libvorbisfile.a ]; then
8 +                       if [ -f $LIBVORBISDIR/libvorbisfile.so ]; then
9                                 LIBVORBISFILE="-lvorbisfile"
10                         else
11                                 LIBVORBISDIR=""
This page took 0.1051 seconds and 3 git commands to generate.