You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/gtkimageview-1-configure.patch

14 lines
689 B

This file is part of MXE. See LICENSE.md for licensing information.
--- gtkimageview-1.6.4.orig/configure 2009-04-05 22:04:32.000000000 +0200
+++ gtkimageview-1.6.4/configure 2013-03-23 13:59:25.017941993 +0100
@@ -20740,7 +20740,7 @@
######################################################################
##### Twiddle CFLAGS #################################################
######################################################################
-CFLAGS="${CFLAGS} -Wall -Werror -std=c99 -Wmissing-prototypes"
+CFLAGS="${CFLAGS} -Wall -Werror -Wno-error=unused-local-typedefs -std=c99 -Wmissing-prototypes"
######################################################################