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

Collapse All | Expand All

(-)/usr/portage/media-sound/amarok/amarok-2.8.0-r2.ebuild (-1 / +5 lines)
Lines 78-84 Link Here
78
	$(add_kdebase_dep phonon-kde)
78
	$(add_kdebase_dep phonon-kde)
79
"
79
"
80
80
81
PATCHES=( "${FILESDIR}/${P}-gmock-1.7.patch" )
81
PATCHES=( "${FILESDIR}/${P}-gmock-1.7.patch"
82
	"${FILESDIR}/${P}-libmysqld.patch"
83
)
82
84
83
src_prepare() {
85
src_prepare() {
84
	if [[ ${KDE_BUILD_TYPE} != live ]]; then
86
	if [[ ${KDE_BUILD_TYPE} != live ]]; then
Lines 109-114 Link Here
109
		$(cmake-utils_use_with utils UTILITIES)
111
		$(cmake-utils_use_with utils UTILITIES)
110
	)
112
	)
111
113
114
	use embedded && mycmakeargs+=(-DMYSQLD_DIR="${EPREFIX}/usr/$(get_libdir)/mysql")
115
112
	kde4-base_src_configure
116
	kde4-base_src_configure
113
}
117
}
114
118

Return to bug 508824