tags 829926 +patch
tags 831144 -help
tags 831144 +patch
thanks

Hi Dmitri,

the attached patch fixes #831144 (and #829926) in goffice-0.8.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

Description: Stop using GNOME_COMPILE_WARNINGS
 It is deprecated by GNOME, no longer used in upstream 0.10,
 and the -Werror=format=2 caused a FTBFS with gcc 6.

 This fixes both #829926 and #831144.

--- goffice-0.8-0.8.17.orig/configure.in
+++ goffice-0.8-0.8.17/configure.in
@@ -334,10 +334,6 @@ AC_ARG_VAR(GDK_PIXBUF_CSOURCE, [The gdk-
 AC_CHECK_PROG(GDK_PIXBUF_CSOURCE, gdk-pixbuf-csource, gdk-pixbuf-csource)
 
 ## this should come after `AC_PROG_CC'
-ifdef([GNOME_COMPILE_WARNINGS],
-	[GNOME_COMPILE_WARNINGS] CFLAGS="$CFLAGS $WARN_CFLAGS",
-	[]
-)
 set_more_warnings=yes
 if test "$GCC" = "yes" -a "x$set_more_warnings" != "xno"; then
 	warning_options="-Wsign-compare -Wpointer-arith -Wnested-externs \

Reply via email to