[SCM] supercollider-sc3-plugins/master: disable altivec/vmx to fix FTBFS on ppc64el (contributed by Fernando Seiti Furusato)

hanno-guest at users.alioth.debian.org hanno-guest at users.alioth.debian.org
Fri Sep 2 16:33:22 UTC 2016


The following commit has been merged in the master branch:
commit 78e77e98454a21d067f98ce51df6075fc6689df5
Author: Hanno Zulla <hanno.zulla at epublica.de>
Date:   Fri Sep 2 18:32:41 2016 +0200

    disable altivec/vmx to fix FTBFS on ppc64el (contributed by Fernando Seiti Furusato)

diff --git a/debian/changelog b/debian/changelog
index e016ce3..381e877 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+supercollider-sc3-plugins (3.7.1~repack-2ubuntu1) UNRELEASED; urgency=medium
+
+  [ Fernando Seiti Furusato ]
+  * debian/rules: disable altivec/vmx to fix FTBFS on ppc64el
+    (Closes #826225)
+
+ -- Hanno Zulla <kontakt at hanno.de>  Fri, 02 Sep 2016 18:30:51 +0200
+
 supercollider-sc3-plugins (3.7.1~repack-2) unstable; urgency=medium
 
   [ Hanno Zulla ]
diff --git a/debian/rules b/debian/rules
index e594218..e215c28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,11 @@ include /usr/share/dpkg/default.mk
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 include /usr/share/dpkg/buildflags.mk
 
+ifeq ("$(DEB_HOST_ARCH_CPU)","ppc64el")
+	CFLAGS=-mno-altivec -mno-vsx
+	CXXFLAGS=-mno-altivec -mno-vsx
+endif
+
 %:
 	dh $@ --parallel
 

-- 
supercollider-sc3-plugins packaging



More information about the pkg-multimedia-commits mailing list