$NetBSD: patch-ab,v 1.1 2006/04/06 16:43:39 drochner Exp $

--- setup.py.orig	2006-03-12 01:11:40.000000000 +0100
+++ setup.py
@@ -28,16 +28,16 @@ BUILD_IMAGE = 1
 # it.  It makes very nice antialiased output and also supports alpha
 # blending
 BUILD_AGG          = 1
-BUILD_GTKAGG       = 'auto'
-BUILD_GTK          = 'auto'
+BUILD_GTKAGG       = 0
+BUILD_GTK          = 0
 
 # build TK GUI with Agg renderer ; requires Tkinter Python extension
 # and Tk includes
 # Use False or 0 if you don't want to build
-BUILD_TKAGG        = 'auto'
+BUILD_TKAGG        = 0
 
 # build wxPython GUI with Agg renderer ; requires wxPython package
-BUILD_WXAGG        = 'auto'
+BUILD_WXAGG        = 0
 
 
 # build a small extension to manage the focus on win32 platforms.
@@ -164,7 +164,7 @@ try: import datetime
 except ImportError: havedate = False
 else: havedate = True
 
-if havedate: # dates require python23 datetime
+if 0: # dates require python23 datetime
     # only install pytz and dateutil if the user hasn't got them
     def add_pytz():
         packages.append('pytz')
