summaryrefslogtreecommitdiffstats
path: root/src/gtkimageview-1-configure.patch
blob: 922c20b0816261c53b14cbe149d44b0466961982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
 
 
 ######################################################################