summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/qscintilla-python/files/qscintilla-python-2.2-nostrip.patch')
-rw-r--r--dev-python/qscintilla-python/files/qscintilla-python-2.2-nostrip.patch23
1 files changed, 0 insertions, 23 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
deleted file mode 100644
index 77e9ab25b4a8..000000000000
--- a/dev-python/qscintilla-python/files/qscintilla-python-2.2-nostrip.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- 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)
-