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

Freeswitch SVN mikej at freeswitch.org
Sun Oct 1 20:01:00 EDT 2006


Author: mikej
Date: Sun Oct  1 20:01:00 2006
New Revision: 2927

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

Log:
64 bit on bsd

Modified: freeswitch/trunk/libs/portaudio.build.sh
==============================================================================
--- freeswitch/trunk/libs/portaudio.build.sh	(original)
+++ freeswitch/trunk/libs/portaudio.build.sh	Sun Oct  1 20:01:00 2006
@@ -42,6 +42,9 @@
 if [ $arch = "x86_64" ] ; then
 opts="-fPIC"
 fi
+if [ $arch = "amd64" ] ; then
+opts="-fPIC"
+fi
 
 CFLAGS=$opts ./configure $@
 $MAKE 



More information about the Freeswitch-svn mailing list