summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-21 13:30:57 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-21 13:30:57 +0000
commita70f127e7ebd4db1512a5d078eb9fddd811dca9b (patch)
tree71b6d64e078917a971dfde6374a1ce37312ce7c9 /app-i18n/nkf/files
parentRevision bump to work with gaim-2.0.0beta4 (diff)
downloadhistorical-a70f127e7ebd4db1512a5d078eb9fddd811dca9b.tar.gz
historical-a70f127e7ebd4db1512a5d078eb9fddd811dca9b.tar.bz2
historical-a70f127e7ebd4db1512a5d078eb9fddd811dca9b.zip
Don't strip binary when linking, thanks to Patrick Lauer for reporting in bug #152231.
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'app-i18n/nkf/files')
-rw-r--r--app-i18n/nkf/files/nkf-python.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-i18n/nkf/files/nkf-python.patch b/app-i18n/nkf/files/nkf-python.patch
index daa55ebc4d2c..37e7f05f8243 100644
--- a/app-i18n/nkf/files/nkf-python.patch
+++ b/app-i18n/nkf/files/nkf-python.patch
@@ -206,7 +206,7 @@ diff -Naur nkf205/NKF.python/README nkf205-py/NKF.python/README
diff -Naur nkf205/NKF.python/setup.py nkf205-py/NKF.python/setup.py
--- nkf205/NKF.python/setup.py Thu Jan 1 09:00:00 1970
+++ nkf205-py/NKF.python/setup.py Thu Apr 14 23:16:11 2005
-@@ -0,0 +1,12 @@
+@@ -0,0 +1,11 @@
+#!/usr/bin/env python
+
+from distutils.core import setup, Extension
@@ -217,5 +217,4 @@ diff -Naur nkf205/NKF.python/setup.py nkf205-py/NKF.python/setup.py
+ author="Matsumoto Tadashi",
+ author_email="ma2@city.plala.jp",
+ ext_modules = [
-+ Extension("nkf", ["NKF_python.c"],
-+ extra_link_args = ['-s'])])
++ Extension("nkf", ["NKF_python.c"])])