diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-08-09 23:15:48 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-08-09 23:31:17 +0900 |
commit | 4497151ad2655781e30a075d37af33db0639177f (patch) | |
tree | 61479e577d39d198643d2a9538fae31c32adf200 /app-i18n/scim-sunpinyin | |
parent | app-i18n/scim-sunpinyin: update HOMEPAGE and SRC_URI (diff) | |
download | gentoo-4497151ad2655781e30a075d37af33db0639177f.tar.gz gentoo-4497151ad2655781e30a075d37af33db0639177f.tar.bz2 gentoo-4497151ad2655781e30a075d37af33db0639177f.zip |
app-i18n/scim-sunpinyin: update patch
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-i18n/scim-sunpinyin')
-rw-r--r-- | app-i18n/scim-sunpinyin/files/scim-sunpinyin-2.0.3-force-switch.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app-i18n/scim-sunpinyin/files/scim-sunpinyin-2.0.3-force-switch.patch b/app-i18n/scim-sunpinyin/files/scim-sunpinyin-2.0.3-force-switch.patch index a0089ac11502..f397f47ea24b 100644 --- a/app-i18n/scim-sunpinyin/files/scim-sunpinyin-2.0.3-force-switch.patch +++ b/app-i18n/scim-sunpinyin/files/scim-sunpinyin-2.0.3-force-switch.patch @@ -1,8 +1,6 @@ -diff --git a/wrapper/scim/SConstruct b/wrapper/scim/SConstruct -index 7739300..ef7c69b 100644 ---- a/wrapper/scim/SConstruct -+++ b/wrapper/scim/SConstruct -@@ -3,7 +3,7 @@ import SCons.Tool.textfile +--- a/SConstruct ++++ b/SConstruct +@@ -3,7 +3,7 @@ locales = [] @@ -11,7 +9,7 @@ index 7739300..ef7c69b 100644 version = '2.0.3' AddOption('--prefix', dest='prefix', metavar='DIR', -@@ -51,9 +51,6 @@ if GetOption('datadir') is not None: +@@ -51,9 +51,6 @@ opts.Save('configure.conf', env) @@ -21,7 +19,7 @@ index 7739300..ef7c69b 100644 envvar = [('CC', 'CC'), ('CXX', 'CXX'), ('CFLAGS', 'CFLAGS'), -@@ -75,6 +72,10 @@ extra_cflags += ' -Isrc' +@@ -75,6 +72,10 @@ env.Append(CFLAGS=extra_cflags) env.Append(CXXFLAGS=extra_cflags) env.Replace(SHLIBPREFIX = '') |