]> git.pld-linux.org Git - packages/portaudio.git/blame - portaudio-ac.patch
- it's not patch, but cvsnt newline conversion "feature" what is broken; restored...
[packages/portaudio.git] / portaudio-ac.patch
CommitLineData
7ab9982e
MB
1diff -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
23837270 11
23837270 12 if [[ $ac_cv_c_bigendian = "yes" ]] ; then
7ab9982e
MB
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.059252 seconds and 4 git commands to generate.