diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-02-26 10:58:06 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-02-26 10:58:06 +0000 |
commit | 46077672a4258a7e64a97a00edca5726119e5e1f (patch) | |
tree | f01cafbcb4133b2e6d800f19696df5b817ae8117 /net-misc/dhcpcd | |
parent | version bump (diff) | |
download | gentoo-2-46077672a4258a7e64a97a00edca5726119e5e1f.tar.gz gentoo-2-46077672a4258a7e64a97a00edca5726119e5e1f.tar.bz2 gentoo-2-46077672a4258a7e64a97a00edca5726119e5e1f.zip |
Added CBUILD=$CHOST for hppa.
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 17 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild | 3 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild | 3 |
3 files changed, 17 insertions, 6 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 3c8371a4e0d5..a9a795660fc9 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,15 +1,18 @@ # ChangeLog for net-misc/dhcpcd # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.16 2003/02/24 19:42:04 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.17 2003/02/26 10:58:06 gmsoft Exp $ 21 Feb 2003; Zach Welch <zwelch@gentoo.org> : Added arm to keywords. - 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> : - Added hppa to keywords. - *dhcpcd-1.3.22_p4 (04 Jan 2003) + 26 Feb 2003; Guy Martin <gmsoft@gentoo.prg> dhcpcd-1.3.22_p4.ebuild : + Added CBUILD=$CHOST for hppa due to a ./configure error. + + 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> dhcpcd-1.3.22_p4.ebuild : + Added hppa to keywords. + 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcpcd-1.3.22_p4.ebuild : Added stable mips keyword to the ebuild. @@ -18,6 +21,12 @@ *dhcpcd-1.3.22_p3-r3 (04 Jan 2003) + 26 Feb 2003; Guy Martin <gmsoft@gentoo.prg> dhcpcd-1.3.22_p4.ebuild : + Added CBUILD=$CHOST for hppa due to a ./configure error. + + 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> dhcpcd-1.3.22_p3-r3.ebuild : + Added hppa to keywords. + 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcpcd-1.3.22_p3-r3.ebuild : Added stable mips keyword to the ebuild. diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild index 8d009c97c9dc..94c646cfe83d 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild,v 1.4 2003/02/24 19:42:04 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild,v 1.5 2003/02/26 10:58:06 gmsoft Exp $ inherit gnuconfig @@ -29,6 +29,7 @@ src_unpack() { } src_compile() { + [ "${ARCH}" = "hppa" ] && CBUILD="${CHOST}" econf || die "Configure failed" emake || die "Make failed" } diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild index 8529e872f122..4ad2020eae76 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild,v 1.5 2003/02/24 19:42:04 dragon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild,v 1.6 2003/02/26 10:58:06 gmsoft Exp $ inherit gnuconfig @@ -29,6 +29,7 @@ src_unpack() { } src_install () { + [ "${ARCH}" = "hppa" ] && CBUILD="${CHOST}" einstall sbindir=${D}/sbin || die "Install failed" if [ -z "`use build`" ] then |