~ubuntu-branches/ubuntu/dapper/nethack/dapper

« back to all changes in this revision

Viewing changes to debian/patches/20_gcc4_fix.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-11-26 14:25:49 UTC
  • Revision ID: james.westby@ubuntu.com-20051126142549-1fd577bqv3q448oi
Tags: 3.4.3-8ubuntu1
* resync with debian
* only change: bdftopc path and dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 20_gcc4_fix.dpatch by Andreas Jochens <aj@andaco.de>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: gcc 4 fix
 
6
 
 
7
--- nethack-3.4.3/win/Qt/qt_win.cpp~    2005-07-15 13:19:44.000000000 +0300
 
8
+++ nethack-3.4.3/win/Qt/qt_win.cpp     2005-07-15 13:19:45.000000000 +0300
 
9
@@ -4437,7 +4437,7 @@
 
10
 // XXX       define "-" to do "E-yyyyyyyy\r", but would still need "-" for
 
11
 // XXX       other purposes.  Maybe just too bad.
 
12
 //
 
13
-struct {
 
14
+static struct {
 
15
     int key;
 
16
     int state;
 
17
     const char* macro;
 
18