]> git.pld-linux.org Git - packages/portaudio.git/blob - portaudio-ac.patch
- don't append own CFLAGS
[packages/portaudio.git] / portaudio-ac.patch
1 diff -Nur o.portaudio/configure.in n.portaudio/configure.in
2 --- o.portaudio/configure.in    2006-09-04 11:55:57.000000000 +0200
3 +++ n.portaudio/configure.in    2006-09-26 18:56:48.000000000 +0200
4 @@ -123,8 +123,6 @@
5  AC_SUBST(NASM)
6  AC_SUBST(NASMOPT)
7  
8 -CFLAGS=${CFLAGS:-"-g -O2 -Wall -pedantic -pipe -fPIC"}
9 -
10  if [[ $ac_cv_c_bigendian = "yes" ]] ; then
11     CFLAGS="$CFLAGS -DPA_BIG_ENDIAN"
12  else
This page took 0.029743 seconds and 4 git commands to generate.