[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 06/13] gnu: qsynth: Fix regression caused by update to qt 5.7
From: |
Mark H Weaver |
Subject: |
Re: [PATCH 06/13] gnu: qsynth: Fix regression caused by update to qt 5.7. |
Date: |
Sun, 21 Aug 2016 15:55:40 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
David Craven <address@hidden> writes:
> * gnu/packages/audio.scm (qsynth)[arguments]: Require gnu++11.
> ---
> gnu/packages/audio.scm | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
> index 6c0f066..2d741d5 100644
> --- a/gnu/packages/audio.scm
> +++ b/gnu/packages/audio.scm
> @@ -2113,7 +2113,9 @@ interface.")
> (base32 "034p6mbwrjnxd9b6h20cidxi4ilkk3cgpjp154j0jzjs1ipf7x2h"))))
> (build-system gnu-build-system)
> (arguments
> - `(#:tests? #f)) ; no "check" phase
> + `(#:tests? #f ; no "check" phase
> + #:configure-flags
> + '("CXXFLAGS=-std=gnu++11")))
It's not worth redoing this patch, but for future reference, the '
should be lined up under the #, although in this case it might be better
to just have it on the same line.
Otherwise, it looks good to me.
Thanks,
Mark
- Re: [PATCH 02/13] gnu: kwidgetsaddons: Fix regression caused by update to qt 5.7., (continued)
- [PATCH 03/13] gnu: pinentry-qt: Fix regression., David Craven, 2016/08/21
- Re: [PATCH 03/13] gnu: pinentry-qt: Fix regression., Mark H Weaver, 2016/08/21
- [PATCH 11/13] gnu: vlc: Fix regression caused by update to qt 5.7., David Craven, 2016/08/21
- Re: [PATCH 11/13] gnu: vlc: Fix regression caused by update to qt 5.7., Mark H Weaver, 2016/08/21
- [PATCH 05/13] gnu: alsa-modular-synth: Fix regression caused by update to qt 5.7., David Craven, 2016/08/21
- Re: [PATCH 05/13] gnu: alsa-modular-synth: Fix regression caused by update to qt 5.7., Mark H Weaver, 2016/08/21
- [PATCH 06/13] gnu: qsynth: Fix regression caused by update to qt 5.7., David Craven, 2016/08/21
- Re: [PATCH 06/13] gnu: qsynth: Fix regression caused by update to qt 5.7.,
Mark H Weaver <=
- [PATCH 10/13] gnu: v4l-utils: Fix regression caused by update to qt 5.7., David Craven, 2016/08/21
- Re: [PATCH 10/13] gnu: v4l-utils: Fix regression caused by update to qt 5.7., Mark H Weaver, 2016/08/21
- [PATCH 12/13] gnu: avidemux: Fix regression caused by update to qt 5.7., David Craven, 2016/08/21
- Re: [PATCH 12/13] gnu: avidemux: Fix regression caused by update to qt 5.7., Mark H Weaver, 2016/08/21
- Re: [PATCH 12/13] gnu: avidemux: Fix regression caused by update to qt 5.7., David Craven, 2016/08/21
- Re: [PATCH 01/13] gnu: kguiaddons: Fix regression caused by update to qt 5.7., Mark H Weaver, 2016/08/21
[PATCH 23/24] gnu: qtkeychain: Use modular qt., David Craven, 2016/08/16