$OpenBSD: patch-Makefile,v 1.3 2010/09/30 19:45:04 landry Exp $

XXX make it compile with gtk+2 2.22 (*_DISABLE_DEPRECATED)
gtk/gtk_tabs.c:41: error: expected declaration specifiers or '...' before 'GtkNotebookPage'

--- Makefile.orig	Tue Sep 21 21:35:54 2010
+++ Makefile	Thu Sep 30 21:37:56 2010
@@ -110,8 +110,8 @@ ifneq ($(TARGET),riscos)
   endif
 endif
 
-Q=@
-VQ=@
+Q=
+VQ=
 PERL=perl
 MKDIR=mkdir
 TOUCH=touch
@@ -198,7 +198,7 @@ OBJROOT = build-$(HOST)-$(TARGET)$(SUBTARGET)
 # Set up the WARNFLAGS here so that they can be overridden in the Makefile.config
 WARNFLAGS = -W -Wall -Wundef -Wpointer-arith \
 	-Wcast-align -Wwrite-strings -Wstrict-prototypes \
-	-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls \
+	-Wmissing-prototypes -Wmissing-declarations \
 	-Wnested-externs
 ifneq ($(GCCVER),2)
   WARNFLAGS += -Wno-unused-parameter 
@@ -452,7 +452,6 @@ ifeq ($(TARGET),gtk)
   $(eval $(call pkg_config_find_and_add,PNG,libpng,PNG  ))
 
   GTKCFLAGS := -std=c99 -Dgtk -Dnsgtk \
-		-DGTK_DISABLE_DEPRECATED \
 		-D_BSD_SOURCE \
 		-D_XOPEN_SOURCE=600 \
 		-D_POSIX_C_SOURCE=200112L \
