[Freeswitch-svn] [commit] r3392 - freeswitch/trunk/libs

Freeswitch SVN mikej at freeswitch.org
Thu Nov 16 18:09:37 EST 2006


Author: mikej
Date: Thu Nov 16 18:09:36 2006
New Revision: 3392

Modified:
   freeswitch/trunk/libs/portaudio.build.sh

Log:
fix portaudio build on ppc, thanks puzzled on irc.

Modified: freeswitch/trunk/libs/portaudio.build.sh
==============================================================================
--- freeswitch/trunk/libs/portaudio.build.sh	(original)
+++ freeswitch/trunk/libs/portaudio.build.sh	Thu Nov 16 18:09:36 2006
@@ -45,6 +45,9 @@
 if [ $arch = "amd64" ] ; then
 opts="-fPIC"
 fi
+if [ $arch = "ppc" ] ; then
+opts="-fPIC"
+fi
 
 CFLAGS=$opts ./configure $@
 $MAKE 



More information about the Freeswitch-svn mailing list