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

Collapse All | Expand All

(-)/opt/gentoo/usr/portage/dev-db/sqlite/sqlite-3.6.22-r1.ebuild (-1 / +9 lines)
Lines 36-49 Link Here
36
		rm -f test/like.test
36
		rm -f test/like.test
37
	fi
37
	fi
38
38
39
	local doeautoreconf=0
39
	if use tcl || use test; then
40
	if use tcl || use test; then
40
		epatch "${FILESDIR}"/${P}-interix-fixes.patch
41
		epatch "${FILESDIR}"/${P}-interix-fixes.patch
41
		epatch "${FILESDIR}"/${P}-dlopen.patch  # bug 300836
42
		epatch "${FILESDIR}"/${P}-dlopen.patch  # bug 300836
42
		eautoreconf  # dlopen.patch patches configure.ac
43
		doeautoreconf=1  # dlopen.patch patches configure.ac
43
	else
44
	else
44
		epatch "${FILESDIR}"/${P}-interix-fixes-amalgamation.patch
45
		epatch "${FILESDIR}"/${P}-interix-fixes-amalgamation.patch
45
	fi
46
	fi
46
47
48
	if [[ ${CHOST} == *-interix* ]] ; then
49
		libtoolize --force --copy
50
		doeautoreconf=1
51
	fi
52
53
	[[ ${doeautoreconf} == 1 ]] && eautoreconf
54
47
	epunt_cxx
55
	epunt_cxx
48
	elibtoolize # for MiNT
56
	elibtoolize # for MiNT
49
}
57
}

Return to bug 303669