diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-04-25 12:15:18 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-04-25 12:15:18 +0000 |
commit | 8e882d4dc484893d8ad2bdba13ab0a89ee4a4d45 (patch) | |
tree | 261d73ed5312b975c6cf112ff93b1906afca1b43 /sys-devel | |
parent | Change herd to sparc, only sparc has a clue what to do with this. (diff) | |
download | gentoo-2-8e882d4dc484893d8ad2bdba13ab0a89ee4a4d45.tar.gz gentoo-2-8e882d4dc484893d8ad2bdba13ab0a89ee4a4d45.tar.bz2 gentoo-2-8e882d4dc484893d8ad2bdba13ab0a89ee4a4d45.zip |
Always run eautoreconf so that --docdir will be always recognised. Depend on autoconf 2.60 at least so that it supports --docdir for sure.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/distcc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-2.18.3-r12.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog index 935bf11f560d..3e44171b7130 100644 --- a/sys-devel/distcc/ChangeLog +++ b/sys-devel/distcc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/distcc # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.171 2008/04/22 10:57:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.172 2008/04/25 12:15:18 flameeyes Exp $ + + 25 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> + distcc-2.18.3-r12.ebuild: + Always run eautoreconf so that --docdir will be always recognised. Depend + on autoconf 2.60 at least so that it supports --docdir for sure. 22 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> files/distcc-avahi-configure.patch, distcc-2.18.3-r12.ebuild: diff --git a/sys-devel/distcc/distcc-2.18.3-r12.ebuild b/sys-devel/distcc/distcc-2.18.3-r12.ebuild index 5d75a62febc3..fdc5e1a4f1d6 100644 --- a/sys-devel/distcc/distcc-2.18.3-r12.ebuild +++ b/sys-devel/distcc/distcc-2.18.3-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild,v 1.3 2008/04/22 10:57:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.18.3-r12.ebuild,v 1.4 2008/04/25 12:15:18 flameeyes Exp $ # If you change this in any way please email lisa@gentoo.org and make an # entry in the ChangeLog (this means you spanky :P). (2004-04-11) Lisa Seelye @@ -25,6 +25,7 @@ DEPEND="|| ( >=sys-devel/gcc-config-1.3.1 app-admin/eselect-compiler ) userland_GNU? ( sys-apps/shadow ) dev-util/pkgconfig || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) + >=sys-devel/autoconf-2.60 ${COMMON_DEP}" RDEPEND=" gnome? ( @@ -68,8 +69,9 @@ src_unpack() { if use avahi; then epatch "${DISTDIR}/${PN}-2.18-avahi.patch.bz2" epatch "${FILESDIR}/${PN}-avahi-configure.patch" - eautoreconf fi + + eautoreconf } src_compile() { |