[SCM] naspro-core/master: Extend 0001-float_rounding.patch to fix FTBFS on sparc64 too.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Apr 1 23:23:41 UTC 2011
The following commit has been merged in the master branch:
commit 3426524c72f1e563bfdf88a508cde93b2df5b05a
Author: Alessio Treglia <alessio at debian.org>
Date: Sat Apr 2 01:23:24 2011 +0200
Extend 0001-float_rounding.patch to fix FTBFS on sparc64 too.
diff --git a/debian/patches/0001-float_rounding.patch b/debian/patches/0001-float_rounding.patch
index 50b2389..3eb22e0 100644
--- a/debian/patches/0001-float_rounding.patch
+++ b/debian/patches/0001-float_rounding.patch
@@ -1,4 +1,4 @@
-Description: Fix expected test results on alpha,s390,sparc.
+Description: Fix expected test results on alpha,s390,sparc{,64}.
Author: Alessio Treglia <alessio at debian.org>
Forwarded: no
---
@@ -13,7 +13,7 @@ Forwarded: no
enchar, nchar);
- else if (strcmp(buf2, "5.5556") != 0)
+ else
-+#if defined (__alpha__) || defined (__s390__) || defined (__sparc__)
++#if defined (__alpha__) || defined (__s390__) || defined (__sparc__) || defined (__sparc64__)
+ if (strcmp(buf2, "5.5555") != 0)
+#else
+ if (strcmp(buf2, "5.5556") != 0)
--
naspro-core packaging
More information about the pkg-multimedia-commits
mailing list