Gentoo Archives: gentoo-commits

From: "Michael Hammer (mueli)" <mueli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/heimdal/files: heimdal-autoconf-2.64.patch
Date: Mon, 03 Aug 2009 07:53:59
Message-Id: E1MXsMn-0003xg-OP@stork.gentoo.org
1 mueli 09/08/03 07:53:57
2
3 Added: heimdal-autoconf-2.64.patch
4 Log:
5 added heimdal-1.2.1-r3 with patch to enable autoconf-2.64
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-crypt/heimdal/files/heimdal-autoconf-2.64.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/files/heimdal-autoconf-2.64.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/heimdal/files/heimdal-autoconf-2.64.patch?rev=1.1&content-type=text/plain
13
14 Index: heimdal-autoconf-2.64.patch
15 ===================================================================
16 --- cf/roken-frag.m4.orig 2009-08-03 10:40:57.000000000 +0200
17 +++ cf/roken-frag.m4 2009-08-03 10:41:09.000000000 +0200
18 @@ -586,7 +586,7 @@
19 #include <err.h>
20 #endif])
21
22 -AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[][
23 +AC_CHECK_DECLS([optarg, optind, opterr, optopt, environ],[],[],[
24 #include <stdlib.h>
25 #ifdef HAVE_UNISTD_H
26 #include <unistd.h>