[SCM] supercollider/master: debian/rules: disabled altivec/vsx for ppc64el
Felipe Sateler
fsateler at debian.org
Tue May 17 23:51:47 UTC 2016
On 17 May 2016 at 18:34, <danstowell-guest at users.alioth.debian.org> wrote:
> The following commit has been merged in the master branch:
> commit 34e9e171f850b4e589e908752175de90551983dc
> Author: Dan Stowell <danstowell at 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 <danstowell at 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
More information about the pkg-multimedia-maintainers
mailing list