Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 498374 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-db/freetds/freetds-0.91.ebuild (-1 / +6 lines)
Lines 4-10 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit autotools
7
inherit autotools eutils
8
8
9
DESCRIPTION="Tabular Datastream Library"
9
DESCRIPTION="Tabular Datastream Library"
10
HOMEPAGE="http://www.freetds.org/"
10
HOMEPAGE="http://www.freetds.org/"
Lines 22-27 Link Here
22
	odbc? ( dev-db/unixODBC )"
22
	odbc? ( dev-db/unixODBC )"
23
RDEPEND="${DEPEND}"
23
RDEPEND="${DEPEND}"
24
24
25
src_unpack() {
26
	unpack ${A}
27
	epatch ${FILESDIR}/freetds-0.91-fix_field_aliases.patch
28
}
29
25
src_prepare() {
30
src_prepare() {
26
	config_rpath_update
31
	config_rpath_update
27
	sed -ie 's:with_iodbc/include":with_iodbc/include/iodbc":' configure.ac || die
32
	sed -ie 's:with_iodbc/include":with_iodbc/include/iodbc":' configure.ac || die

Return to bug 498374