[SCM] yoshimi packaging branch, master, updated. debian/0.056-1-5-gb123a4a

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Jun 4 01:38:32 UTC 2010


The following commit has been merged in the master branch:
commit d819bc44be0ca190c3cd1a7ebc09b9d474921ced
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Fri Jun 4 03:35:48 2010 +0200

    i386 supports -msse,-msse2,-mfpmath=sse options

diff --git a/debian/rules b/debian/rules
index 75dc634..f1b538d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
 
 LDFLAGS+=-Wl,--as-needed
 
+ifeq ($(DEB_HOST_ARCH_CPU),i386)
+CXXFLAGS+=-msse -msse2 -mfpmath=sse
+endif
+
 %:
 	dh --sourcedirectory=src $@
 

-- 
yoshimi packaging



More information about the pkg-multimedia-commits mailing list