summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hammer <mueli@gentoo.org>2009-08-03 07:53:57 +0000
committerMichael Hammer <mueli@gentoo.org>2009-08-03 07:53:57 +0000
commit41308a95458e963ca2929e23f35f57e607b978cd (patch)
tree976c42328a641cfce0d9717e20b97186d5dccef4 /app-crypt/heimdal/files
parentFix LINGUAS handling wrt #280129. (diff)
downloadgentoo-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.patch11
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>