summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-08-07 17:59:19 +0200
committerAkinori Hattori <hattya@gentoo.org>2017-08-12 22:34:30 +0900
commitd76507633f7d4e2e7ccc54408c97d1e942ff65b6 (patch)
treecba74ea2f2ce1c8b71dd56bb0feb6c63853a141a /app-i18n
parentkde-apps/akregator: remove bogus remote-id (diff)
downloadgentoo-d76507633f7d4e2e7ccc54408c97d1e942ff65b6.tar.gz
gentoo-d76507633f7d4e2e7ccc54408c97d1e942ff65b6.tar.bz2
gentoo-d76507633f7d4e2e7ccc54408c97d1e942ff65b6.zip
app-i18n/ibus-sunpinyin: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/5339
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-sunpinyin/files/ibus-sunpinyin-2.0.3-force-switch.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-i18n/ibus-sunpinyin/files/ibus-sunpinyin-2.0.3-force-switch.patch b/app-i18n/ibus-sunpinyin/files/ibus-sunpinyin-2.0.3-force-switch.patch
deleted file mode 100644
index 66b0165b9eb0..000000000000
--- a/app-i18n/ibus-sunpinyin/files/ibus-sunpinyin-2.0.3-force-switch.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff --git a/wrapper/ibus/SConstruct b/wrapper/ibus/SConstruct
-index 92b1094..3e1166f 100644
---- a/wrapper/ibus/SConstruct
-+++ b/wrapper/ibus/SConstruct
-@@ -14,7 +14,7 @@ sources = ['src/debug.cpp',
-
- locales = ['zh_CN']
-
--cflags = '-O2 -g -pipe'
-+cflags = '-O2 -g -pipe '
- version = '2.0.3'
-
- AddOption('--prefix', dest='prefix', metavar='DIR',
-@@ -62,9 +62,6 @@ if GetOption('datadir') is not None:
-
- opts.Save('configure.conf', env)
-
--if GetOption('rpath') is not None:
-- env.Append(LINKFLAGS='-Wl,-R -Wl,%s' % GetOption('rpath'))
--
- envvar = [('CC', 'CC'),
- ('CXX', 'CXX'),
- ('CFLAGS', 'CFLAGS'),
-@@ -85,6 +82,9 @@ extra_cflags += ' -DGETTEXT_PACKAGE=\'"%s"\'' % gettext_package
- env.Append(CFLAGS=extra_cflags)
- env.Append(CXXFLAGS=extra_cflags)
-
-+if GetOption('rpath') is not None:
-+ env.Append(LINKFLAGS=' -Wl,-R -Wl,%s' % GetOption('rpath'))
-+
- #
- #==============================configure================================
- #