diff options
| author | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2010-10-04 01:54:55 +0000 |
|---|---|---|
| committer | Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org> | 2010-10-04 01:54:55 +0000 |
| commit | 064e8d1a2b53844151c597ba730597359e26222e (patch) | |
| tree | f0fa0ec6093c22d38e5c3823c7d398c5c2f7a7dc /dev-python/PyQt4/files/PyQt4-4.7.2-configure.py.patch | |
| parent | 865c14ae3f7cdf18470d782be4ad86c5a646fb03 (diff) | |
| download | kde-064e8d1a2b53844151c597ba730597359e26222e.tar.gz kde-064e8d1a2b53844151c597ba730597359e26222e.tar.bz2 kde-064e8d1a2b53844151c597ba730597359e26222e.zip | |
Bumped PyQt4-4.7.7 to add a patch from kde ml to fix pykde4 building.
Diffstat (limited to 'dev-python/PyQt4/files/PyQt4-4.7.2-configure.py.patch')
| -rw-r--r-- | dev-python/PyQt4/files/PyQt4-4.7.2-configure.py.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/PyQt4/files/PyQt4-4.7.2-configure.py.patch b/dev-python/PyQt4/files/PyQt4-4.7.2-configure.py.patch new file mode 100644 index 00000000000..4f3b251de0a --- /dev/null +++ b/dev-python/PyQt4/files/PyQt4-4.7.2-configure.py.patch @@ -0,0 +1,27 @@ +--- PyQt-x11-gpl-4.7.2/configure.py.orig 2010-03-18 00:59:51.000000000 +0100 ++++ PyQt-x11-gpl-4.7.2/configure.py 2010-03-18 01:08:46.000000000 +0100 +@@ -478,7 +478,7 @@ + generate_code("QtXmlPatterns") + + if "phonon" in pyqt_modules: +- generate_code("phonon") ++ generate_code("phonon", extra_include_dirs=["/usr/include/phonon"]) + + if "QtAssistant" in pyqt_modules: + generate_code("QtAssistant") +@@ -797,6 +797,7 @@ + install_dir=pydbusmoddir, + qt=["QtCore"], + debug=opts.debug, ++ strip=0, + universal=sipcfg.universal, + arch=sipcfg.arch + ) +@@ -1611,6 +1612,7 @@ + warnings=1, + static=opts.static, + debug=opts.debug, ++ strip=0, + universal=sipcfg.universal, + arch=sipcfg.arch, + prot_is_public=opts.prot_is_public |
