[Pkg-sdl-commits] [libsdl2] 01/02: rules: disable activec on ppc64el (Closes: #770670)

dod at debian.org dod at debian.org
Thu Nov 27 18:22:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libsdl2.

commit 6296e756353051b4fc8e689658fc5345af073e26
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Nov 27 18:52:37 2014 +0100

    rules: disable activec on ppc64el (Closes: #770670)
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 975e408..af65dd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,10 @@ ifeq ($(DEB_HOST_ARCH_CPU),powerpc)
   confflags += --disable-altivec
 endif
 
+ifeq ($(DEB_HOST_ARCH_CPU),ppc64el)
+  confflags += --disable-altivec
+endif
+
 # disable Wayland on non-Linux, they do not support other kernels at the moment
 ifeq (hurd,$(findstring hurd,$(DEB_HOST_ARCH_CPU)))
   confflags += --disable-video-wayland

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2.git



More information about the pkg-sdl-commits mailing list