~arand/ubuntu/lucid/pango-graphite/suggested-sru-patch

« back to all changes in this revision

Viewing changes to debian/patches/g++-4.3.patch

  • Committer: Bazaar Package Importer
  • Author(s): Luk Claes
  • Date: 2008-03-22 10:14:24 UTC
  • Revision ID: james.westby@ubuntu.com-20080322101424-bi5qp5v5llcnwlw4
Tags: 0.9.2-3.1
* Non-maintainer upload.
* Fix FTBFS with GCC 4.3 (Closes: #455314).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur pango-graphite-0.9.2/build-tree/pango-graphite-0.9.2/pangographite.cpp pango-graphite-0.9.2.new/build-tree/pango-graphite-0.9.2/pangographite.cpp
 
2
--- pango-graphite-0.9.2/pangographite.cpp      2007-08-27 16:26:02.000000000 +0000
 
3
+++ pango-graphite-0.9.2/pangographite.cpp      2008-03-22 10:18:34.000000000 +0000
 
4
@@ -24,6 +24,8 @@
 
5
 #include "pangographite.h"
 
6
 #include <math.h>
 
7
 
 
8
+#include <cstring>
 
9
+
 
10
 typedef std::pair<gr::GlyphIterator, gr::GlyphIterator> GlyphRange;
 
11
 typedef std::pair<gr::GlyphSetIterator, gr::GlyphSetIterator> GrGlyphSet;
 
12