Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-plugins/files: nagios-plugins-1.4.11-autoconf-2.62.patch
Date: Sun, 27 Apr 2008 17:52:49
Message-Id: E1JqB3O-0004zt-Ri@stork.gentoo.org
1 dertobi123 08/04/27 17:52:46
2
3 Added: nagios-plugins-1.4.11-autoconf-2.62.patch
4 Log:
5 Fix for autoconf-2.62, bug #218704
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 net-analyzer/nagios-plugins/files/nagios-plugins-1.4.11-autoconf-2.62.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/files/nagios-plugins-1.4.11-autoconf-2.62.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/files/nagios-plugins-1.4.11-autoconf-2.62.patch?rev=1.1&content-type=text/plain
13
14 Index: nagios-plugins-1.4.11-autoconf-2.62.patch
15 ===================================================================
16 --- gl/m4/extensions.m4.orig 2008-04-27 19:39:09.828332808 +0200
17 +++ gl/m4/extensions.m4 2008-04-27 19:39:54.771082477 +0200
18 @@ -16,6 +16,7 @@
19 # ------------------------
20 # Enable extensions on systems that normally disable them,
21 # typically due to standards-conformance issues.
22 +m4_ifndef([AC_USE_SYSTEM_EXTENSIONS],[
23 AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS],
24 [
25 AC_BEFORE([$0], [AC_COMPILE_IFELSE])
26 @@ -49,6 +50,7 @@
27 AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
28 AC_DEFINE([_TANDEM_SOURCE])
29 ])
30 +])
31
32 # gl_USE_SYSTEM_EXTENSIONS
33 # ------------------------
34
35
36
37 --
38 gentoo-commits@l.g.o mailing list