$OpenBSD: patch-Printing_GSCUPS_GSCUPSPrinter_m,v 1.1 2013/05/15 15:36:11 sebastia Exp $

fix against wrong assumption in cups

--- Printing/GSCUPS/GSCUPSPrinter.m.orig	Thu May  2 17:21:55 2013
+++ Printing/GSCUPS/GSCUPSPrinter.m	Thu May  2 17:22:18 2013
@@ -48,7 +48,9 @@
 #import "GNUstepGUI/GSPrinting.h"
 #import "GSCUPSPrinter.h"
 
+#undef __BLOCKS__
 #include <cups/cups.h>
+#define __BLOCKS__
 
 
 NSString *GSCUPSDummyPrinterName = @"GSCUPSDummyPrinter";
