From: John Crispin Date: Tue, 14 Aug 2012 18:23:29 +0000 (+0000) Subject: [packages] freeswitch - diable asm instructions on ppc as they dont compile X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=2598009206494fb5720c714c13ffcf5b01b25389;p=openwrt%2Fsvn-archive%2Farchive.git [packages] freeswitch - diable asm instructions on ppc as they dont compile SVN-Revision: 33189 --- diff --git a/net/freeswitch/patches/010-ppc_asm.patch b/net/freeswitch/patches/010-ppc_asm.patch new file mode 100644 index 0000000000..05db2d1a4b --- /dev/null +++ b/net/freeswitch/patches/010-ppc_asm.patch @@ -0,0 +1,13 @@ +Index: freeswitch-1.0.7/libs/spandsp/src/spandsp/fast_convert.h +=================================================================== +--- freeswitch-1.0.7.orig/libs/spandsp/src/spandsp/fast_convert.h 2012-08-14 19:52:20.000000000 +0200 ++++ freeswitch-1.0.7/libs/spandsp/src/spandsp/fast_convert.h 2012-08-14 19:53:01.000000000 +0200 +@@ -195,7 +195,7 @@ + { + return (long int) (x); + } +-#elif defined(__ppc__) || defined(__powerpc__) ++#elif 0 /* defined(__ppc__) || defined(__powerpc__) */ + static __inline__ long int lfastrint(register double x) + { + int res[2];