Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/getopt/files: getopt-1.1.4-irix.patch
Date: Sat, 20 Feb 2010 05:29:46
Message-Id: E1NihuQ-0007Cn-4h@stork.gentoo.org
1 abcd 10/02/20 05:29:42
2
3 Added: getopt-1.1.4-irix.patch
4 Log:
5 Add prefix herd to metadata; merge prefix support from overlay
6 (Portage version: -svn/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 app-misc/getopt/files/getopt-1.1.4-irix.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/getopt/files/getopt-1.1.4-irix.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/getopt/files/getopt-1.1.4-irix.patch?rev=1.1&content-type=text/plain
13
14 Index: getopt-1.1.4-irix.patch
15 ===================================================================
16 http://bugs.gentoo.org/show_bug.cgi?id=211499
17
18 --- gnu/getopt.c.dist
19 +++ gnu/getopt.c
20 @@ -69,12 +69,7 @@
21 #include <unistd.h>
22 #endif /* GNU C library. */
23
24 -#ifdef VMS
25 -#include <unixlib.h>
26 -#if HAVE_STRING_H - 0
27 #include <string.h>
28 -#endif
29 -#endif
30
31 #if defined (WIN32) && !defined (__CYGWIN32__)
32 /* It's not Unix, really. See? Capital letters. */