summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-04-22 10:57:38 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-04-22 10:57:38 +0000
commit79f45fd6f3b72c2ee8d32994bf2ebcca73954a18 (patch)
tree31a43369868867f3498f21e499cdb64efeff6112 /sys-devel/distcc/files
parentAdded two patches from e-tobi. This should fix some segfaults, and add vdr-1.... (diff)
downloadgentoo-2-79f45fd6f3b72c2ee8d32994bf2ebcca73954a18.tar.gz
gentoo-2-79f45fd6f3b72c2ee8d32994bf2ebcca73954a18.tar.bz2
gentoo-2-79f45fd6f3b72c2ee8d32994bf2ebcca73954a18.zip
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.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'sys-devel/distcc/files')
-rw-r--r--sys-devel/distcc/files/distcc-avahi-configure.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/distcc/files/distcc-avahi-configure.patch b/sys-devel/distcc/files/distcc-avahi-configure.patch
index 9f42764f2845..cc1097d643d1 100644
--- a/sys-devel/distcc/files/distcc-avahi-configure.patch
+++ b/sys-devel/distcc/files/distcc-avahi-configure.patch
@@ -5,7 +5,7 @@ diff -ur distcc-2.18.3.old/configure.ac distcc-2.18.3/configure.ac
[#include <sys/socket.h>])
dnl check for avahi
-+AC_ARG_ENABLE(avahi, AC_HELP_STRING([--enable-avahi], [enable avahi support], [], [enable_avahi=auto]))
++AC_ARG_ENABLE(avahi, AC_HELP_STRING([--enable-avahi], [enable avahi support]), [], [enable_avahi=auto])
+ZEROCONF_DISTCC_OBJS=""
+ZEROCONF_DISTCCD_OBJS=""
PKG_CHECK_MODULES(AVAHI, [avahi-client >= 0.6.5],