diff options
author | 2009-08-03 07:53:57 +0000 | |
---|---|---|
committer | 2009-08-03 07:53:57 +0000 | |
commit | 41308a95458e963ca2929e23f35f57e607b978cd (patch) | |
tree | 976c42328a641cfce0d9717e20b97186d5dccef4 /app-crypt/heimdal/files | |
parent | Fix LINGUAS handling wrt #280129. (diff) | |
download | gentoo-2-41308a95458e963ca2929e23f35f57e607b978cd.tar.gz gentoo-2-41308a95458e963ca2929e23f35f57e607b978cd.tar.bz2 gentoo-2-41308a95458e963ca2929e23f35f57e607b978cd.zip |
added heimdal-1.2.1-r3 with patch to enable autoconf-2.64
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/heimdal/files')
-rw-r--r-- | app-crypt/heimdal/files/heimdal-autoconf-2.64.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-crypt/heimdal/files/heimdal-autoconf-2.64.patch b/app-crypt/heimdal/files/heimdal-autoconf-2.64.patch new file mode 100644 index 000000000000..f4b33e0dc74c --- /dev/null +++ b/app-crypt/heimdal/files/heimdal-autoconf-2.64.patch @@ -0,0 +1,11 @@ +--- cf/roken-frag.m4.orig 2009-08-03 10:40:57.000000000 +0200 ++++ cf/roken-frag.m4 2009-08-03 10:41:09.000000000 +0200 +@@ -586,7 +586,7 @@ + #include <err.h> + #endif]) + +-AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[][ ++AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[],[ + #include <stdlib.h> + #ifdef HAVE_UNISTD_H + #include <unistd.h> |