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

Collapse All | Expand All

(-)media-libs/libmms.orig/libmms-0.4.ebuild (+4 lines)
Lines 21-26 Link Here
21
src_prepare() {
21
src_prepare() {
22
	epatch "${FILESDIR}"/${P}-this_keyword.patch \
22
	epatch "${FILESDIR}"/${P}-this_keyword.patch \
23
		"${FILESDIR}"/${P}-nested_comments.patch
23
		"${FILESDIR}"/${P}-nested_comments.patch
24
25
	if [[ ${CHOST} == *-solaris* ]]; then
26
		epatch "${FILESDIR}"/${P}-solaris-bswap.patch
27
	fi
24
}
28
}
25
29
26
src_install() {
30
src_install() {

Return to bug 288055