Magellan Linux

Contents of /trunk/pyqt/patches/pyqt-3.16-licence-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 429 byte(s)
-import

1 diff -Naur PyQt-x11-gpl-3.16/configure.py PyQt-x11-gpl-3.16.patched/configure.py
2 --- PyQt-x11-gpl-3.16/configure.py 2006-03-25 01:09:06.000000000 +0100
3 +++ PyQt-x11-gpl-3.16.patched/configure.py 2006-07-08 20:39:30.000000000 +0200
4 @@ -1368,7 +1369,7 @@
5 check_qt_installation(macros)
6
7 # Check the licenses are compatible.
8 - check_license()
9 + # check_license()
10
11 # Check for QScintilla.
12 check_qscintilla()