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

« back to all changes in this revision

Viewing changes to debian/patches/ignore-cflags-cxxflags-from-environment.patch

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-11-25 12:45:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101125124523-gy11rn1kqo42yfq2
Tags: 2.0.3~rc1-0ubuntu1
* New upstream release
* Drop bump-new-pkgconfig-version.patch, arm-endianess.patch as its
  incorporated upstream
* Refresh all remaining patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
temporary disable use CXXFLAGS environment variable.
3
3
--- a/SConstruct
4
4
+++ b/SConstruct
5
 
@@ -163,14 +163,6 @@
 
5
@@ -186,14 +186,6 @@ if 'CXX' in os.environ:
6
6
     print 'Warning: you\'ve set %s as C++ compiler' % os.environ['CXX']
7
7
     env['CXX']=os.environ['CXX']
8
8