diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-13 23:28:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-13 23:28:53 +0000 |
commit | 82920560cdba2d276501d7eb9063b9d944c2d7db (patch) | |
tree | 2d50739d6d323b79a5c29d242e7873c64d7c7932 /x11-misc/habak/habak-0.2.5.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-82920560cdba2d276501d7eb9063b9d944c2d7db.tar.gz gentoo-2-82920560cdba2d276501d7eb9063b9d944c2d7db.tar.bz2 gentoo-2-82920560cdba2d276501d7eb9063b9d944c2d7db.zip |
Revert the "fix" for --as-needed, since it's actually breaking it more. Closes bug #241946.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'x11-misc/habak/habak-0.2.5.ebuild')
-rw-r--r-- | x11-misc/habak/habak-0.2.5.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/x11-misc/habak/habak-0.2.5.ebuild b/x11-misc/habak/habak-0.2.5.ebuild index bd7e31cb6ff8..9ffa29be34fb 100644 --- a/x11-misc/habak/habak-0.2.5.ebuild +++ b/x11-misc/habak/habak-0.2.5.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/x11-misc/habak/habak-0.2.5.ebuild,v 1.17 2008/10/14 12:29:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/habak/habak-0.2.5.ebuild,v 1.18 2008/11/13 23:28:53 flameeyes Exp $ inherit eutils @@ -27,14 +27,6 @@ pkg_setup() { fi } -src_unpack() { - unpack ${A} - cd "${S}" - - # fix for as-needed, bug #141709 - sed -e 's/gcc $(LDFLAGS) \(.*\)/gcc \1 $(LDFLAGS)/' -i src/Makefile -} - src_compile() { emake || die "make failed" } |