diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-05-25 10:48:13 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-05-25 10:48:13 +0000 |
commit | 992e1c7304c3da421e3d9fcb0d329de24ffe4d0e (patch) | |
tree | 13323889f894d6fcef2a35f40b0c8d554c305ef5 /dev-python/qscintilla-python/files | |
parent | And let's not forget the qt3 patch either... (diff) | |
download | gentoo-2-992e1c7304c3da421e3d9fcb0d329de24ffe4d0e.tar.gz gentoo-2-992e1c7304c3da421e3d9fcb0d329de24ffe4d0e.tar.bz2 gentoo-2-992e1c7304c3da421e3d9fcb0d329de24ffe4d0e.zip |
And another patch
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-python/qscintilla-python/files')
-rw-r--r-- | dev-python/qscintilla-python/files/qscintilla-python-2.2-nostrip.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/qscintilla-python/files/qscintilla-python-2.2-nostrip.patch b/dev-python/qscintilla-python/files/qscintilla-python-2.2-nostrip.patch new file mode 100644 index 000000000000..77e9ab25b4a8 --- /dev/null +++ b/dev-python/qscintilla-python/files/qscintilla-python-2.2-nostrip.patch @@ -0,0 +1,23 @@ +--- configure.py 2007-06-01 20:10:16.000000000 +0300 ++++ configure.py 2007-12-04 11:51:56.000000000 +0200 +@@ -254,7 +254,8 @@ + installs=installs, + static=opt_static, + debug=opt_debug, +- universal=pyqt.universal ++ universal=pyqt.universal, ++ strip=0 + ) + else: + makefile = Makefile( +@@ -263,7 +264,8 @@ + install_dir=opt_qscimoddir, + installs=installs, + static=opt_static, +- debug=opt_debug ++ debug=opt_debug, ++ strip=0 + ) + + makefile.extra_include_dirs.append(opt_qsciincdir) + |