~ubuntu-branches/ubuntu/saucy/cuyo/saucy

« back to all changes in this revision

Viewing changes to debian/patches/gcc4.4.patch

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2010-07-19 09:54:44 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100719095444-ecoegzo1vvvdwra9
Tags: 2.~-1.1.brl3-1ubuntu1
* Merge from debian unstable (LP: #607106). Remaining changes:
  - Don't register MimeType=application/x-executable in
    the .desktop file.
  - Remove UTF-8 in the .desktop file
  - 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Fix for gcc-4.4
2
 
# Debian Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504947
3
 
# Ubuntu Bug: https://edge.launchpad.net/bugs/428593
4
 
Index: cuyo-2.~-1.1/src/stringzeug.h
5
 
===================================================================
6
 
--- cuyo-2.~-1.1.orig/src/stringzeug.h  2009-09-18 15:16:49.000000000 -0400
7
 
+++ cuyo-2.~-1.1/src/stringzeug.h       2009-09-18 15:17:53.000000000 -0400
8
 
@@ -19,6 +19,7 @@
9
 
 #define STRINGZEUG_H
10
 
 
11
 
 #include <config.h>
12
 
+#include <cstdarg>
13
 
 #include <string>
14
 
 
15