]> git.pld-linux.org Git - packages/libdv.git/blob - libdv-opt.patch
This commit was manufactured by cvs2git to create tag 'STABLE'.
[packages/libdv.git] / libdv-opt.patch
1 diff -Nur libdv-0.5.orig/configure.in libdv-0.5/configure.in
2 --- libdv-0.5.orig/configure.in Wed Feb 14 18:44:49 2001
3 +++ libdv-0.5/configure.in      Sat Mar 10 19:57:00 2001
4 @@ -17,7 +17,7 @@
5  
6  dnl Add -Wall if gcc
7  if test "$GCC" = "yes"; then
8 -   CFLAGS="-Wall -O2"
9 +   CFLAGS="$CFLAGS -Wall"
10  fi
11  
12  
This page took 0.060607 seconds and 3 git commands to generate.