$OpenBSD: patch-Makefile,v 1.4 2011/07/18 20:10:11 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	Sun Jun 19 00:34:29 2011
+++ Makefile	Sun Jun 19 00:35:34 2011
@@ -128,8 +128,8 @@ ifneq ($(TARGET),riscos)
   endif
 endif
 
-Q=@
-VQ=@
+Q=
+VQ=
 PERL=perl
 MKDIR=mkdir
 TOUCH=touch
@@ -318,7 +318,7 @@ endef
 # 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 
