diff options
| author | Markos Chandras <hwoarang@gentoo.org> | 2009-05-20 15:27:40 +0300 |
|---|---|---|
| committer | Markos Chandras <hwoarang@gentoo.org> | 2009-05-20 15:27:40 +0300 |
| commit | 3d7dc59eda0887d0c180d0e04b8e56af99d3b59e (patch) | |
| tree | a988dd43a549d63ceb7367ab4b6040f5900be38b /dev-python/PyQt4/files | |
| parent | e3c27e9ede8d4c9e059705bc5d418803a7f76412 (diff) | |
| download | kde-3d7dc59eda0887d0c180d0e04b8e56af99d3b59e.tar.gz kde-3d7dc59eda0887d0c180d0e04b8e56af99d3b59e.tar.bz2 kde-3d7dc59eda0887d0c180d0e04b8e56af99d3b59e.zip | |
Mirror PyQt4 and Sip packages from qting-edge
Diffstat (limited to 'dev-python/PyQt4/files')
| -rw-r--r-- | dev-python/PyQt4/files/configure.py.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/PyQt4/files/configure.py.patch b/dev-python/PyQt4/files/configure.py.patch new file mode 100644 index 00000000000..11160b99be8 --- /dev/null +++ b/dev-python/PyQt4/files/configure.py.patch @@ -0,0 +1,28 @@ +diff -Naur PyQt-x11-gpl-4.4.4~orig/configure.py PyQt-x11-gpl-4.4.4/configure.py +--- PyQt-x11-gpl-4.4.4~orig/configure.py 2009-03-26 01:01:43.000000000 +0100 ++++ PyQt-x11-gpl-4.4.4/configure.py 2009-03-26 01:09:50.000000000 +0100 +@@ -666,6 +666,7 @@ + install_dir=pydbusmoddir, + qt=["QtCore"], + debug=opts.debug, ++ strip=0, + universal=sipcfg.universal + ) + +@@ -1350,6 +1351,7 @@ + warnings=1, + static=opts.static, + debug=opts.debug, ++ strip=0, + universal=sipcfg.universal + ) + +@@ -1510,7 +1512,7 @@ + # The Qt binary installer has macx-xcode as the default. + args = "-spec macx-g++ " + args + +- return args ++ return " QMAKE_STRIP= " + args + + + def get_qt_configuration(): |
