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

Collapse All | Expand All

(-)unixODBC-2.0.6.ebuild (+10 lines)
Lines 21-26 Link Here
21
	cd ${S}
21
	cd ${S}
22
	cp Makefile.in Makefile.orig
22
	cp Makefile.in Makefile.orig
23
	sed -e "s:touch :touch \${DESTDIR}/:" Makefile.orig > Makefile.in
23
	sed -e "s:touch :touch \${DESTDIR}/:" Makefile.orig > Makefile.in
24
	cp configure.in configure.orig
25
	sed -e "s:AC_CHECK_LIB *( *c *,:AC_CHECK_FUNC(:" configure.orig >configure.in
26
	cd gODBCConfig
27
		libtoolize
28
		aclocal
29
	cd ..
30
	libtoolize
31
	autoreconf-2.13
32
	aclocal
33
	autoreconf-2.13
24
}
34
}
25
35
26
src_compile() {
36
src_compile() {

Return to bug 13166