summaryrefslogtreecommitdiff
path: root/manualPorts/gtkimageview/disable-Werror.patch
blob: 379daa81f970cc6887b775ae8943a8036d5d1881 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- configure	2009-04-05 22:04:32.000000000 +0200
+++ configure2	2015-11-10 09:58:14.109508610 +0100
@@ -20740,7 +20740,7 @@
 ######################################################################
 ##### Twiddle CFLAGS #################################################
 ######################################################################
-CFLAGS="${CFLAGS} -Wall -Werror -std=c99 -Wmissing-prototypes"
+CFLAGS="${CFLAGS} -Wall -std=c99 -Wmissing-prototypes"
 
 
 ######################################################################