]> git.pld-linux.org Git - packages/portaudio.git/blob - portaudio-ac.patch
- it's not patch, but cvsnt newline conversion "feature" what is broken; restored...
[packages/portaudio.git] / portaudio-ac.patch
1 diff -urN portaudio/configure.in portaudio.new//configure.in
2 --- portaudio/configure.in      2011-03-25 17:59:27.000000000 +0100
3 +++ portaudio.new//configure.in 2011-04-10 22:35:28.547814050 +0200
4 @@ -172,8 +172,6 @@
5        [[ "$enable_mac_universal" = "yes" ] &&
6         [ "$enable_mac_debug" != "yes" ]] ; then
7     CFLAGS="-O2 -Wall -pedantic -pipe -fPIC -DNDEBUG"
8 -else
9 -   CFLAGS=${CFLAGS:-"-g -O2 -Wall -pedantic -pipe -fPIC"}
10  fi
11  
12  if [[ $ac_cv_c_bigendian = "yes" ]] ; then
13 @@ -359,7 +357,7 @@
14                THREAD_CFLAGS="-mt"
15                ;;
16             *)
17 -              SHARED_FLAGS="-shared -fPIC"
18 +              SHARED_FLAGS="-fPIC"
19                THREAD_CFLAGS="-pthread"
20                ;;
21          esac
This page took 0.025836 seconds and 3 git commands to generate.