~ubuntu-branches/ubuntu/quantal/sunpinyin/quantal

« back to all changes in this revision

Viewing changes to debian/patches/disable-lm-dict-compile.patch

  • Committer: Bazaar Package Importer
  • Author(s): Liang Guo
  • Date: 2011-03-15 00:20:57 UTC
  • mfrom: (1.1.2 upstream) (1.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110315002057-k8qf3ybnqtuaf0u1
Tags: 2.0.3-2
* Build with prefix=$(DEB_DESTDIR)/usr (Close: #617752)
* Fix FTBFS on SH (Close: #617753)
* Fix FTBFS on MIPSEL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
in another package. 
3
3
--- a/SConstruct
4
4
+++ b/SConstruct
5
 
@@ -360,12 +352,6 @@ libname_link = 'libsunpinyin.so'
 
5
@@ -350,12 +350,6 @@
6
6
 lib = env.SharedLibrary('sunpinyin-%d.%d' % (abi_major, abi_minor),
7
7
                         source=imesource)
8
8
 
15
15
 if GetOption('clean'):
16
16
     os.environ['TAR'] = env['TAR']
17
17
     os.environ['MAKE'] = env['MAKE']
18
 
@@ -394,9 +380,7 @@ def DoInstall():
 
18
@@ -384,9 +378,7 @@
19
19
 
20
20
     lib_pkgconfig_target = env.Install(libdir+'/pkgconfig',
21
21
                                        ['sunpinyin-2.0.pc'])