summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKito Danya Dietrich <kito@gentoo.org>2005-07-20 14:32:55 +0000
committerKito Danya Dietrich <kito@gentoo.org>2005-07-20 14:32:55 +0000
commite8a6a849a7831c887ee5c00d5b82fb7bc49d4e2f (patch)
treed55848c0343b77694398236018908c36058cf330 /net-misc/neon
parentStable on sparc (diff)
downloadgentoo-2-e8a6a849a7831c887ee5c00d5b82fb7bc49d4e2f.tar.gz
gentoo-2-e8a6a849a7831c887ee5c00d5b82fb7bc49d4e2f.tar.bz2
gentoo-2-e8a6a849a7831c887ee5c00d5b82fb7bc49d4e2f.zip
fix my stupid mistake.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/neon')
-rw-r--r--net-misc/neon/neon-0.24.7.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/neon/neon-0.24.7.ebuild b/net-misc/neon/neon-0.24.7.ebuild
index 46516a4256fc..00c5660c2be2 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.14 2005/07/20 10:25:03 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.24.7.ebuild,v 1.15 2005/07/20 14:32:55 kito Exp $
DESCRIPTION="HTTP and WebDAV client library"
HOMEPAGE="http://www.webdav.org/neon/"
@@ -19,8 +19,9 @@ 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"
+ if use userland_Darwin ; then
+ sed -i -e "s:GXX:GCC:g" configure || die "sed failed"
+ fi
}
src_compile() {