[SCM] yoshimi packaging branch, master, updated. debian/0.056-2-9-ge86ecb3

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Jun 6 18:24:20 UTC 2010


The following commit has been merged in the master branch:
commit e86ecb3212da7b9f9ae5277b738d9b301b69d281
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Jun 6 20:24:06 2010 +0200

    Some i386 archs may not support -msse -msse2 -mfpmath=sse.

diff --git a/debian/rules b/debian/rules
index 572df53..7210c76 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 LDFLAGS+=-Wl,--as-needed
 
-ifneq (,$(findstring :$(DEB_HOST_ARCH_CPU):,:i386:amd64:))
+ifneq (,$(findstring :$(DEB_HOST_ARCH_CPU):,:amd64:))
 CXXFLAGS+=-msse -msse2 -mfpmath=sse
 endif
 

-- 
yoshimi packaging



More information about the pkg-multimedia-commits mailing list