diff --git a/buzztrax.changes b/buzztrax.changes index 5aaa30f..3da6514 100644 --- a/buzztrax.changes +++ b/buzztrax.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 17 05:26:40 UTC 2016 - davejplater@gmail.com + +- Added -Wno-error=misleading-indentation to CFLAGS as a work + around for boo#985062 and to fix build with gcc6. Will be fixed + upstream. + ------------------------------------------------------------------- Tue Apr 5 13:25:16 UTC 2016 - dimstar@opensuse.org diff --git a/buzztrax.spec b/buzztrax.spec index 3c266ea..c093597 100644 --- a/buzztrax.spec +++ b/buzztrax.spec @@ -205,7 +205,7 @@ cp -v %{SOURCE2} . cp -v %{SOURCE1} . %build -#export CFLAGS="-Wno-error=implicit-int -Wno-error=implicit-function-declaration -Wno-error=int-to-pointer-cast %%{optflags}" +export CFLAGS="-Wno-error=misleading-indentation %{optflags}" /bin/sh ./autogen.sh --noconfigure %configure --disable-static \ --disable-schemas-compile \