From: Michael Jerris Date: Mon, 2 Oct 2006 00:01:00 +0000 (+0000) Subject: 64 bit on bsd X-Git-Tag: v1.0-beta1~1988 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e03f2e7d2dc331ecc1aab6a153ee14ae27c55eb;p=thirdparty%2Ffreeswitch.git 64 bit on bsd git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2927 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/portaudio.build.sh b/libs/portaudio.build.sh index 35d7a69275..5fe9088774 100755 --- a/libs/portaudio.build.sh +++ b/libs/portaudio.build.sh @@ -42,6 +42,9 @@ opts="" if [ $arch = "x86_64" ] ; then opts="-fPIC" fi +if [ $arch = "amd64" ] ; then +opts="-fPIC" +fi CFLAGS=$opts ./configure $@ $MAKE