]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
64 bit on bsd
authorMichael Jerris <mike@jerris.com>
Mon, 2 Oct 2006 00:01:00 +0000 (00:01 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 2 Oct 2006 00:01:00 +0000 (00:01 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2927 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/portaudio.build.sh

index 35d7a692751a4542fdeb2d16a09f21847605de41..5fe9088774285fc67f238940b613f6033160ab0d 100755 (executable)
@@ -42,6 +42,9 @@ opts=""
 if [ $arch = "x86_64" ] ; then
 opts="-fPIC"
 fi
+if [ $arch = "amd64" ] ; then
+opts="-fPIC"
+fi
 
 CFLAGS=$opts ./configure $@
 $MAKE