openbsd-ports/x11/py-qt4/patches/patch-configure_py
sthen c1a91705b9 Update to 4.5.4; ok landry@, maintainer time out (not waiting very long
but this is currently broken following the Qt update).
2009-09-05 16:18:43 +00:00

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: