Bug#770670: g++: fails to compile in c++0x mode on ppc64el with std::vector and SDL

Dominique Dumont dod at debian.org
Mon Nov 24 07:28:58 UTC 2014


libsdl2 rules file alerady has

 DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)

 ifeq ($(DEB_HOST_ARCH_CPU),powerpc)
  confflags += --disable-altivec
 endif

I'm going to tweak this file to use --disable-altivec on ppc64el arch.

This should fix your problem.

All the best

-- 
 https://github.com/dod38fr/   -o- http://search.cpan.org/~ddumont/
http://ddumont.wordpress.com/  -o-   irc: dod at irc.debian.org



More information about the Pkg-sdl-maintainers mailing list