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 (-1 / +12 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
	aclocal
32
	autoreconf-2.13
24
}
33
}
25
34
26
src_compile() {
35
src_compile() {
Lines 43-49 Link Here
43
}
52
}
44
53
45
src_install () {
54
src_install () {
46
	make DESTDIR=${D} install || die
55
	mkdir -p ${D}/etc/unixODBC
56
	make DESTDIR=${D} sysconfdir=${D}/etc/unixODBC install || die
57
	rm -r ${D}/var
47
58
48
	dodoc AUTHORS COPYING ChangeLog NEWS README*
59
	dodoc AUTHORS COPYING ChangeLog NEWS README*
49
	cp -a doc ${D}/usr/share/doc/${PF}/html
60
	cp -a doc ${D}/usr/share/doc/${PF}/html

Return to bug 13166