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

Collapse All | Expand All

(-)sqlite-3.7.0.ebuild (+8 lines)
Lines 40-47 Link Here
40
		epatch "${FILESDIR}/${PN}-3.6.22-interix-fixes.patch"
40
		epatch "${FILESDIR}/${PN}-3.6.22-interix-fixes.patch"
41
		epatch "${FILESDIR}/${PN}-3.6.22-dlopen.patch"  # bug 300836
41
		epatch "${FILESDIR}/${PN}-3.6.22-dlopen.patch"  # bug 300836
42
		eautoreconf  # dlopen.patch patches configure.ac
42
		eautoreconf  # dlopen.patch patches configure.ac
43
44
		# To fix a serious performance regression:
45
		# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591298
46
		epatch "${FILESDIR}/${PN}-3.7.0-performance-regression.patch" || die "patching failed."
43
	else
47
	else
44
		epatch "${FILESDIR}/${PN}-3.6.22-interix-fixes-amalgamation.patch"
48
		epatch "${FILESDIR}/${PN}-3.6.22-interix-fixes-amalgamation.patch"
49
50
		# To fix a serious performance regression:
51
		# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591298
52
		epatch "${FILESDIR}/${PN}-3.7.0-performance-regression-amalgamation.patch" || die "patching failed."
45
	fi
53
	fi
46
54
47
	eautoreconf  # for MiNT and interix
55
	eautoreconf  # for MiNT and interix

Return to bug 332747