[SCM] drc/master: Drop SSE optimization to fix FTBFS on non-x86 architectures (Closes: #640636)

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Sep 5 22:48:59 UTC 2011


The following commit has been merged in the master branch:
commit 91fa047714acde006dce716f38bb98d2e465ccb8
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Sep 6 00:48:42 2011 +0200

    Drop SSE optimization to fix FTBFS on non-x86 architectures (Closes: #640636)

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 72deeaf..e560ed7 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,7 +1,9 @@
 Description:  Set prefix properly and fix install commands.
  Removed processor specific cpp flags.
  Set /usr/share/doc as installation path of the documentation.
-Author: Jaromír Mikeš <mira.mikes at seznam.cz>, Alessio Treglia <alessio at debian.org>
+ Remove SSE flags to fix FTBFS on !x86 architectures.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+ Alessio Treglia <alessio at debian.org>
 Forwarded: yes
 
 ---
@@ -24,7 +26,7 @@ Forwarded: yes
  # Pentium 3 or greater optimizaztions settings with SSE support
  # Be careful: -mfpmath=sse sometimes causes accuracy problems
 -CFLAGS=-march=pentium3 -O -mfancy-math-387 -msse -mfpmath=sse -mtune=pentium3 -I. 
-+CFLAGS=-O -msse -mfpmath=sse  -I.
++CFLAGS=-O -I.
  
  # Same as above, but tested on recent Mac OS X
  # Be careful: -mfpmath=sse sometimes causes accuracy problems

-- 
drc packaging



More information about the pkg-multimedia-commits mailing list