From 3d7dc59eda0887d0c180d0e04b8e56af99d3b59e Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 20 May 2009 15:27:40 +0300 Subject: Mirror PyQt4 and Sip packages from qting-edge --- dev-python/PyQt4/files/configure.py.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-python/PyQt4/files/configure.py.patch (limited to 'dev-python/PyQt4/files/configure.py.patch') 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(): -- cgit v1.2.3