On 17 May 2016 at 18:34,  <danstowell-gu...@users.alioth.debian.org> wrote:
> The following commit has been merged in the master branch:
> commit 34e9e171f850b4e589e908752175de90551983dc
> Author: Dan Stowell <danstow...@users.sourceforge.net>
> Date:   Tue May 17 23:11:19 2016 +0100
>
>     debian/rules: disabled altivec/vsx for ppc64el
>
>     since the package does not support the usage for now
>
>     patch by Fernando Seiti Furusato,
>     https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766630
>
> diff --git a/debian/changelog b/debian/changelog
> index 611e5d3..a731d0f 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,11 @@
> +supercollider (1:3.7.0~repack-2) UNRELEASED; urgency=medium
> +
> +  [ Fernando Seiti Furusato ]
> +  * debian/rules: disabled altivec/vsx for ppc64el since the package does not
> +    support the usage for now
> +
> + -- Dan Stowell <danstow...@users.sourceforge.net>  Tue, 17 May 2016 
> 23:09:57 +0100
> +
>  supercollider (1:3.7.0~repack-1) unstable; urgency=medium
>
>    [ Dan Stowell ]
> diff --git a/debian/rules b/debian/rules
> index e15375a..a072df3 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -28,6 +28,11 @@ else
>         DEB_BUILD_SUPERNOVA=on
>  endif
>
> +ifeq ("$(DEB_HOST_ARCH_CPU)","ppc64el")
> +       CFLAGS=-mno-altivec -mno-vsx
> +       CXXFLAGS=-mno-altivec -mno-vsx
> +endif
> +

I'm pretty sure this is wrong, as this will override any other
setting. the flag needs to be appended.


-- 

Saludos,
Felipe Sateler

_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to