[SCM] supercollider/master: Avoid FTBFS in ia64

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sat Jul 28 20:53:20 UTC 2012


The following commit has been merged in the master branch:
commit b4121cbaa3afd688cb3660a6265879da101a78e4
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sat Jul 28 16:52:42 2012 -0400

    Avoid FTBFS in ia64

diff --git a/debian/patches/perf-counter-include.patch b/debian/patches/perf-counter-include.patch
new file mode 100644
index 0000000..aa80dea
--- /dev/null
+++ b/debian/patches/perf-counter-include.patch
@@ -0,0 +1,16 @@
+Author: Dan Stowell <danstowell at users.sourceforge.net>
+Description: ia64 and alpha include perf bits in other files
+--- a/external_libraries/nova-simd/benchmarks/perf_counter.hpp
++++ b/external_libraries/nova-simd/benchmarks/perf_counter.hpp
+@@ -49,6 +49,11 @@
+ #include <linux/ioctl.h>
+ #include <asm/byteorder.h>
+ 
++#if defined(__ia64__) || defined(__alpha__)
++#include <asm-generic/unistd.h>
++#endif
++
++
+ /*
+  * User-space ABI bits:
+  */
diff --git a/debian/patches/series b/debian/patches/series
index 1673d6e..2ae64ea 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ deactivate_perf_counter.patch
 boostatomic_ppc_build.patch
 strip_gremlin_characters.patch
 no-inline-ppc-ftbfs.patch
+perf-counter-include.patch

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list