~ubuntu-branches/ubuntu/vivid/yagiuda/vivid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Jakub Wilk <jwilk@debian.org>
Description: Fix FTBFS on mips/mipsel
Integrated-by: Ralf Treinen <treinen@debian.org>
Debian-bug: 593486

Index: yagiuda-1.19/src/getopt.c
===================================================================
--- yagiuda-1.19.orig/src/getopt.c	2010-08-25 22:15:18.000000000 +0200
+++ yagiuda-1.19/src/getopt.c	2010-08-25 22:15:57.000000000 +0200
@@ -35,7 +35,7 @@
 
 int     opterr = 1;
 int     optind = 1;
-int     optopt;
+static int optopt;
 char    *optarg;
 
 void ERR(char *s, char c, char **argv)