]> git.pld-linux.org Git - packages/chromium-bsu.git/commitdiff
- detect libvorbisfile.so in ./configure help
authorTomasz Pala <gotar@pld-linux.org>
Thu, 30 Aug 2007 09:23:42 +0000 (09:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chromium-libvorbisfile.patch -> 1.1

chromium-libvorbisfile.patch [new file with mode: 0644]

diff --git a/chromium-libvorbisfile.patch b/chromium-libvorbisfile.patch
new file mode 100644 (file)
index 0000000..af60c63
--- /dev/null
@@ -0,0 +1,11 @@
+--- scripts/configure_functions.orig   2007-08-30 10:52:40.000000000 +0200
++++ scripts/configure_functions        2007-08-30 10:51:51.000000000 +0200
+@@ -204,7 +204,7 @@
+               if [ -f $LIBVORBISDIR/vorbisfile.a ]; then
+                       LIBVORBISFILE="$LIBVORBISDIR/vorbisfile.a"
+               else 
+-                      if [ -f $LIBVORBISDIR/libvorbisfile.a ]; then
++                      if [ -f $LIBVORBISDIR/libvorbisfile.so ]; then
+                               LIBVORBISFILE="-lvorbisfile"
+                       else
+                               LIBVORBISDIR=""
This page took 0.074544 seconds and 4 git commands to generate.