c1a91705b9
but this is currently broken following the Qt update).
13 lines
446 B
Plaintext
13 lines
446 B
Plaintext
$OpenBSD: patch-configure_py,v 1.3 2009/09/05 16:18:43 sthen Exp $
|
|
--- configure.py.orig Thu Sep 3 23:05:04 2009
|
|
+++ configure.py Thu Sep 3 23:05:47 2009
|
|
@@ -1495,7 +1495,7 @@ Type 'no' to decline the terms of the license.
|
|
sys.stdout.flush()
|
|
|
|
try:
|
|
- resp = sys.stdin.readline()
|
|
+ resp = "yes"
|
|
except KeyboardInterrupt:
|
|
raise SystemExit
|
|
except:
|