--- timezone-data-2006g.ebuild.orig 2006-05-26 17:06:18 -0300 +++ timezone-data-2006g.ebuild 2006-06-27 17:01:56 -0300 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2006g.ebuild,v 1.2 2006/05/26 19:49:25 gmsoft Exp $ -inherit eutils toolchain-funcs +inherit eutils toolchain-funcs flag-o-matic DESCRIPTION="Timezone data (/usr/share/zoneinfo) and utilities (tzselect/zic/zdump)" HOMEPAGE="ftp://elsie.nci.nih.gov/pub/" @@ -25,6 +25,8 @@ src_compile() { tc-export CC + # Fixes bug #138251 + use kernel_FreeBSD && append-flags -DSTD_INSPIRED emake || die "emake failed" }