gentoo/app-misc/getopt/files/getopt-1.1.4-irix.patch
Michael Mair-Keimberger 6f08eef5b1
app-misc/getopt: EAPI=7 bump
Closes: https://bugs.gentoo.org/686236
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2019-06-17 20:48:07 +02:00

18 lines
356 B
Diff

http://bugs.gentoo.org/show_bug.cgi?id=211499
--- a/gnu/getopt.c
+++ b/gnu/getopt.c
@@ -69,12 +69,7 @@
#include <unistd.h>
#endif /* GNU C library. */
-#ifdef VMS
-#include <unixlib.h>
-#if HAVE_STRING_H - 0
#include <string.h>
-#endif
-#endif
#if defined (WIN32) && !defined (__CYGWIN32__)
/* It's not Unix, really. See? Capital letters. */