summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/mtr/mtr-0.69-r1.ebuild')
-rw-r--r--net-analyzer/mtr/mtr-0.69-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/mtr/mtr-0.69-r1.ebuild b/net-analyzer/mtr/mtr-0.69-r1.ebuild
index 6fb6df79e61d..0388e72fc533 100644
--- a/net-analyzer/mtr/mtr-0.69-r1.ebuild
+++ b/net-analyzer/mtr/mtr-0.69-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.69-r1.ebuild,v 1.14 2007/07/19 17:55:30 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.69-r1.ebuild,v 1.15 2007/07/20 09:15:42 grobian Exp $
inherit eutils flag-o-matic
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.bitwizard.nl/mtr/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 sparc x86"
-IUSE="gtk ipv6 ppc-macos"
+IUSE="gtk ipv6"
DEPEND="dev-util/pkgconfig
sys-libs/ncurses
@@ -31,7 +31,7 @@ src_compile() {
local myconf
use gtk || myconf="${myconf} --without-gtk"
- use ppc-macos && append-flags "-DBIND_8_COMPAT"
+ [[ ${CHOST} == *-darwin* ]] && append-flags "-DBIND_8_COMPAT"
append-ldflags $(bindnow-flags)
econf ${myconf} \