diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 23:53:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 23:53:45 +0000 |
commit | b19e4c31e80bcdfccc3050dc46eaca822f47742d (patch) | |
tree | 5b3621af70e04ae73eadd08bf55f745d7e1cb983 /net-mail/checkpassword | |
parent | stable on x86 as per bug #123039 (diff) | |
download | historical-b19e4c31e80bcdfccc3050dc46eaca822f47742d.tar.gz historical-b19e4c31e80bcdfccc3050dc46eaca822f47742d.tar.bz2 historical-b19e4c31e80bcdfccc3050dc46eaca822f47742d.zip |
s390/sh stable
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'net-mail/checkpassword')
-rw-r--r-- | net-mail/checkpassword/checkpassword-0.90-r2.ebuild | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild index 47efa544261a..bab5a1ef35eb 100644 --- a/net-mail/checkpassword/checkpassword-0.90-r2.ebuild +++ b/net-mail/checkpassword/checkpassword-0.90-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r2.ebuild,v 1.1 2005/12/13 04:53:13 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/checkpassword/checkpassword-0.90-r2.ebuild,v 1.2 2006/02/19 23:53:45 vapier Exp $ -inherit eutils toolchain-funcs +inherit eutils toolchain-funcs flag-o-matic DESCRIPTION="A uniform password checking interface for root applications" HOMEPAGE="http://cr.yp.to/checkpwd.html" @@ -10,18 +10,16 @@ SRC_URI="http://cr.yp.to/checkpwd/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k mips ppc ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc s390 sh sparc x86" IUSE="static" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-errno.patch - epatch ${FILESDIR}/${PV}-head-1.patch + cd "${S}" + epatch "${FILESDIR}"/${PV}-errno.patch + epatch "${FILESDIR}"/${PV}-head-1.patch - # the -s is from the original build - LDFLAGS="${LDFLAGS} -s" - use static && LDFLAGS="${LDFLAGS} -static" + use static && append-ldflags -static echo "$(tc-getCC) ${CFLAGS}" > conf-cc echo "$(tc-getCC) ${LDFLAGS}" > conf-ld } |