summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-02-14 21:39:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-02-14 21:39:26 +0000
commit6bd55de0b3c5201202a47f8884e0d70448ab5762 (patch)
treee0f96c19ad974658608b8c43998b8d7004516f32 /net-libs
parentversion bump (diff)
downloadgentoo-2-6bd55de0b3c5201202a47f8884e0d70448ab5762.tar.gz
gentoo-2-6bd55de0b3c5201202a47f8884e0d70448ab5762.tar.bz2
gentoo-2-6bd55de0b3c5201202a47f8884e0d70448ab5762.zip
macos went away
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libwww/libwww-5.4.0-r2.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-libs/libwww/libwww-5.4.0-r2.ebuild b/net-libs/libwww/libwww-5.4.0-r2.ebuild
index c2fdafd98683..1bd0c17d8838 100644
--- a/net-libs/libwww/libwww-5.4.0-r2.ebuild
+++ b/net-libs/libwww/libwww-5.4.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r2.ebuild,v 1.23 2004/10/23 07:49:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r2.ebuild,v 1.24 2005/02/14 21:39:26 mr_bones_ Exp $
inherit eutils
@@ -34,9 +34,7 @@ src_unpack() {
epatch ${FILESDIR}/${P}-automake-gentoo.diff # bug #41959
epatch ${FILESDIR}/${P}-disable-ndebug-gentoo.diff # bug #50483
- if use macos; then
- glibtoolize -c -f || die "libtoolize failed"
- elif use ppc-macos; then
+ if use ppc-macos; then
glibtoolize -c -f || die "libtoolize failed"
else
libtoolize -c -f || die "libtoolize failed"
@@ -61,7 +59,6 @@ src_compile() {
emake check-am || die
- use macos && echo "#undef HAVE_APPKIT_APPKIT_H" >> wwwconf.h
use ppc-macos && echo "#undef HAVE_APPKIT_APPKIT_H" >> wwwconf.h
emake || die