$OpenBSD: patch-configure_py,v 1.2 2009/06/03 18:22:28 jasper Exp $
--- configure.py.orig	Sat Nov  8 04:55:49 2008
+++ configure.py	Mon Jun  1 23:22:13 2009
@@ -1401,7 +1401,7 @@ def check_license():
 
         while 1:
             try:
-                resp = raw_input("Do you accept the terms of the license? ")
+                resp = "yes"
             except KeyboardInterrupt:
                 raise SystemExit
             except:
