diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-08-09 22:27:53 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-08-09 22:27:53 +0900 |
commit | 8ce0fac29489a46f603d925301a88571a2f90025 (patch) | |
tree | a0713824026d0dc6ac0f11a7a4d67623b9aa744d /app-i18n/xsunpinyin/files | |
parent | app-i18n/ibus-sunpinyin: new upstream release (diff) | |
download | gentoo-8ce0fac29489a46f603d925301a88571a2f90025.tar.gz gentoo-8ce0fac29489a46f603d925301a88571a2f90025.tar.bz2 gentoo-8ce0fac29489a46f603d925301a88571a2f90025.zip |
app-i18n/xsunpinyin: drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-i18n/xsunpinyin/files')
-rw-r--r-- | app-i18n/xsunpinyin/files/xsunpinyin-2.0.3-force-switch.patch | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/app-i18n/xsunpinyin/files/xsunpinyin-2.0.3-force-switch.patch b/app-i18n/xsunpinyin/files/xsunpinyin-2.0.3-force-switch.patch deleted file mode 100644 index 04f70e2d2aad..000000000000 --- a/app-i18n/xsunpinyin/files/xsunpinyin-2.0.3-force-switch.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff --git a/wrapper/xim/SConstruct b/wrapper/xim/SConstruct -index 9d1cafd..495871d 100644 ---- a/wrapper/xim/SConstruct -+++ b/wrapper/xim/SConstruct -@@ -32,7 +32,7 @@ imdkit_sources = ['IMdkit/FrameMgr.c', - 'IMdkit/IMValues.c'] - - --cflags='-O2 -g -pipe' -+cflags='-O2 -g -pipe ' - - # options - AddOption('--prefix', dest='prefix', type='string', nargs=1, action='store', -@@ -52,7 +52,6 @@ def PassVariables(envvar, env): - - env = Environment(ENV=os.environ, - CFLAGS=cflags, CXXFLAGS=cflags, -- LINKFLAGS=['-export-dynamic'], - CPPPATH=['.', 'IMdkit']) - opts.Update(env) - -@@ -62,11 +61,6 @@ if GetOption('prefix') is not None: - - opts.Save('configure.conf', env) - -- --# set rpath --if GetOption('rpath') is not None: -- env.Append(LINKFLAGS='-Wl,-R -Wl,%s' % GetOption('rpath')) -- - envvar = [('CC', 'CC'), - ('CXX', 'CXX'), - ('CFLAGS', 'CFLAGS'), -@@ -83,7 +77,11 @@ extra_cflags += ' -DSUNPINYIN_XIM_SETTING_DIR=\\"%s\\"' % data_dir - - env.Append(CFLAGS=extra_cflags) - env.Append(CXXFLAGS=extra_cflags) -+env.Append(LINKFLAGS=' -export-dynamic') - -+# set rpath -+if GetOption('rpath') is not None: -+ env.Append(LINKFLAGS=' -Wl,-R -Wl,%s' % GetOption('rpath')) - - # - #==============================configure================================ |