Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/distcc/files: distcc-avahi-configure.patch
Date: Tue, 22 Apr 2008 10:57:41
Message-Id: E1JoGBu-0004gm-RR@stork.gentoo.org
1 flameeyes 08/04/22 10:57:38
2
3 Modified: distcc-avahi-configure.patch
4 Log:
5 Fix building with autoconf 2.62 (error in AC_HELP_STRING parameters), closes bug #218237. Also install documentation in the canonical directory, closes bug #179586.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.2 sys-devel/distcc/files/distcc-avahi-configure.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/files/distcc-avahi-configure.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/files/distcc-avahi-configure.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/files/distcc-avahi-configure.patch?r1=1.1&r2=1.2
14
15 Index: distcc-avahi-configure.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/distcc-avahi-configure.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- distcc-avahi-configure.patch 4 Jan 2008 03:53:15 -0000 1.1
22 +++ distcc-avahi-configure.patch 22 Apr 2008 10:57:38 -0000 1.2
23 @@ -5,7 +5,7 @@
24 [#include <sys/socket.h>])
25
26 dnl check for avahi
27 -+AC_ARG_ENABLE(avahi, AC_HELP_STRING([--enable-avahi], [enable avahi support], [], [enable_avahi=auto]))
28 ++AC_ARG_ENABLE(avahi, AC_HELP_STRING([--enable-avahi], [enable avahi support]), [], [enable_avahi=auto])
29 +ZEROCONF_DISTCC_OBJS=""
30 +ZEROCONF_DISTCCD_OBJS=""
31 PKG_CHECK_MODULES(AVAHI, [avahi-client >= 0.6.5],
32
33
34
35 --
36 gentoo-commits@l.g.o mailing list