diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2010-02-20 05:29:41 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2010-02-20 05:29:41 +0000 |
commit | 947901520c7e6fad452bdcb069764abf7e5bcbd3 (patch) | |
tree | 845bb327d40a1e32995ce8bec85b3bfe777b0a1a /app-misc/getopt/files | |
parent | Fix bindist icon installationFix bindist icon installation (diff) | |
download | historical-947901520c7e6fad452bdcb069764abf7e5bcbd3.tar.gz historical-947901520c7e6fad452bdcb069764abf7e5bcbd3.tar.bz2 historical-947901520c7e6fad452bdcb069764abf7e5bcbd3.zip |
Add prefix herd to metadata; merge prefix support from overlay
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'app-misc/getopt/files')
-rw-r--r-- | app-misc/getopt/files/getopt-1.1.4-irix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-misc/getopt/files/getopt-1.1.4-irix.patch b/app-misc/getopt/files/getopt-1.1.4-irix.patch new file mode 100644 index 000000000000..0c344a80131a --- /dev/null +++ b/app-misc/getopt/files/getopt-1.1.4-irix.patch @@ -0,0 +1,17 @@ +http://bugs.gentoo.org/show_bug.cgi?id=211499 + +--- gnu/getopt.c.dist ++++ 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. */ |