yngwin      15/05/28 10:06:37

  Added:                1.1-fix-configure.ac-shell-bug.patch
  Log:
  Add non-bash-shell patch from upstream provided in bug #510918
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.1                  media-libs/opus/files/1.1-fix-configure.ac-shell-bug.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/files/1.1-fix-configure.ac-shell-bug.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/files/1.1-fix-configure.ac-shell-bug.patch?rev=1.1&content-type=text/plain

Index: 1.1-fix-configure.ac-shell-bug.patch
===================================================================
--- opus-1.1.orig/configure.ac
+++ opus-1.1/configure.ac
@@ -333,9 +333,9 @@ AS_IF([test x"${enable_asm}" = x"yes"],[
 
 AM_CONDITIONAL([CPU_ARM], [test "$cpu_arm" = "yes"])
 AM_CONDITIONAL([OPUS_ARM_INLINE_ASM],
-    [test x"${inline_optimization:0:3}" = x"ARM"])
+    [test x"${inline_optimization%% *}" = x"ARM"])
 AM_CONDITIONAL([OPUS_ARM_EXTERNAL_ASM],
-    [test x"${asm_optimization:0:3}" = x"ARM"])
+    [test x"${asm_optimization%% *}" = x"ARM"])
 
 AS_IF([test x"$enable_rtcd" = x"yes"],[
     AS_IF([test x"$rtcd_support" != x"no"],[




Reply via email to