diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-12-28 22:56:35 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-12-28 22:56:35 +0000 |
commit | 5fa3ad7b4f284afa0baab6ad09d4e06f48ce2872 (patch) | |
tree | 73d24ea69dcbe879bda6c11a922755fe3d980477 /app-shells/zsh | |
parent | Changed ChangeLog entry for just removed old versions. (diff) | |
download | gentoo-2-5fa3ad7b4f284afa0baab6ad09d4e06f48ce2872.tar.gz gentoo-2-5fa3ad7b4f284afa0baab6ad09d4e06f48ce2872.tar.bz2 gentoo-2-5fa3ad7b4f284afa0baab6ad09d4e06f48ce2872.zip |
Removed unneccesary ppc-macos hack. (Bug #115740)
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-shells/zsh')
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.2.6.ebuild | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index 383f86e0a3dc..a4aebd705793 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.91 2005/12/07 00:33:00 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.92 2005/12/28 22:56:35 grobian Exp $ + + 28 Dec 2005; Fabian Groffen <grobian@gentoo.org> zsh-4.2.6.ebuild: + Removed unneccesary ppc-macos hack. (Bug #115740) *zsh-4.2.6 (07 Dec 2005) diff --git a/app-shells/zsh/zsh-4.2.6.ebuild b/app-shells/zsh/zsh-4.2.6.ebuild index 823017775cea..904c6df4379f 100644 --- a/app-shells/zsh/zsh-4.2.6.ebuild +++ b/app-shells/zsh/zsh-4.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.6.ebuild,v 1.1 2005/12/07 00:33:00 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.6.ebuild,v 1.2 2005/12/28 22:56:35 grobian Exp $ inherit eutils multilib @@ -77,13 +77,6 @@ src_compile() { Makefile || die fi - # hack for Darwin8 broken poll() - if use ppc-macos ; then - sed -i -e "s/define HAVE_POLL_H/undef HAVE_POLL_H/g" \ - -e "s/define HAVE_POLL/undef HAVE_POLL/g" \ - config.h - fi - # emake still b0rks emake -j1 || die "make failed" } |