Magellan Linux

Contents of /trunk/pyqt4/patches/pyqt4-4.5-licence-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 837 - (show annotations) (download)
Tue Jun 9 21:10:13 2009 UTC (14 years, 11 months ago) by niro
File size: 643 byte(s)
pyqt4 patches

1 Index: configure.py
2 ===================================================================
3 --- configure.py
4 +++ configure.py
5 @@ -1469,7 +1469,8 @@ def check_license():
6 # Common checks.
7 if qt_edition and ltype != "internal":
8 if qt_edition != "free" and ltype == "GPL":
9 - sipconfig.error("This version of PyQt and the %s edition of Qt have incompatible licenses." % qt_edition)
10 + if qt_edition != "Desktop":
11 + sipconfig.error("This version of PyQt and the %s edition of Qt have incompatible licenses." % qt_edition)
12
13 # Confirm the license if not already done.
14 if not opts.license_confirmed: