Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138251
Collapse All | Expand All

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

Return to bug 138251