diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-07-20 10:25:03 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-07-20 10:25:03 +0000 |
commit | 3ad770afe0ea68436689dfee0c7715e733129c5b (patch) | |
tree | f2f3f9e7ebe374a77786ae827b2c90a38b3e8827 /net-misc/neon/neon-0.24.7.ebuild | |
parent | finished fixed for giflib and the deprecation of libungif - bug #85720 (diff) | |
download | gentoo-2-3ad770afe0ea68436689dfee0c7715e733129c5b.tar.gz gentoo-2-3ad770afe0ea68436689dfee0c7715e733129c5b.tar.bz2 gentoo-2-3ad770afe0ea68436689dfee0c7715e733129c5b.zip |
Temporary fix for #99647.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/neon/neon-0.24.7.ebuild')
-rw-r--r-- | net-misc/neon/neon-0.24.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/neon/neon-0.24.7.ebuild b/net-misc/neon/neon-0.24.7.ebuild index 5f95864ca967..46516a4256fc 100644 --- a/net-misc/neon/neon-0.24.7.ebuild +++ b/net-misc/neon/neon-0.24.7.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/net-misc/neon/neon-0.24.7.ebuild,v 1.13 2005/07/19 20:40:07 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.7.ebuild,v 1.14 2005/07/20 10:25:03 ticho Exp $ DESCRIPTION="HTTP and WebDAV client library" HOMEPAGE="http://www.webdav.org/neon/" @@ -19,8 +19,8 @@ DEPEND="expat? ( dev-libs/expat ) src_unpack() { unpack ${A} cd ${S} - use userland_Darwin && sed -i -e "s:GXX:GCC:g" configure \ - || die "sed failed" +# use userland_Darwin && sed -i -e "s:GXX:GCC:g" configure \ +# || die "sed failed" } src_compile() { |