]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix portaudio build on ppc, thanks puzzled on irc.
authorMichael Jerris <mike@jerris.com>
Thu, 16 Nov 2006 23:09:36 +0000 (23:09 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 16 Nov 2006 23:09:36 +0000 (23:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3392 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/portaudio.build.sh

index 8feef0b50c79461914efa626d5a37fd773ef4075..98734642198ad5783cb5bfe1e9efe21dd6fe4da8 100755 (executable)
@@ -45,6 +45,9 @@ fi
 if [ $arch = "amd64" ] ; then
 opts="-fPIC"
 fi
+if [ $arch = "ppc" ] ; then
+opts="-fPIC"
+fi
 
 CFLAGS=$opts ./configure $@
 $MAKE