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
commit03861781432858e97ca3490edacfde384d4f2032 (patch)
tree225dc304c7f94d7294cd6aadd768e25b14cc953b /sys-devel/distcc/files
parentAdded two patches from e-tobi. This should fix some segfaults, and add vdr-1.... (diff)
downloadhistorical-03861781432858e97ca3490edacfde384d4f2032.tar.gz
historical-03861781432858e97ca3490edacfde384d4f2032.tar.bz2
historical-03861781432858e97ca3490edacfde384d4f2032.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.
Package-Manager: portage-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],