From 8eb4287e5ff76c502bc53fc86740868f6a7cb60553bbc8352f9cc6d23e733530 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Fri, 17 Jun 2016 12:32:03 +0000 Subject: [PATCH] Accepting request 402946 from home:plater Add conditional for gcc6 flag OBS-URL: https://build.opensuse.org/request/show/402946 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/buzztrax?expand=0&rev=26 --- buzztrax.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buzztrax.spec b/buzztrax.spec index c093597..836dd77 100644 --- a/buzztrax.spec +++ b/buzztrax.spec @@ -205,7 +205,9 @@ cp -v %{SOURCE2} . cp -v %{SOURCE1} . %build +%if 0%{?suse_version} > 1320 export CFLAGS="-Wno-error=misleading-indentation %{optflags}" +%endif /bin/sh ./autogen.sh --noconfigure %configure --disable-static \ --disable-schemas-compile \