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

Collapse All | Expand All

(-)/nilfisk/home/dve/gentoo-new/usr/portage/dev-db/mysql/mysql-5.0.84-r1.ebuild (+4 lines)
Lines 26-31 Link Here
26
	mysql_src_unpack
26
	mysql_src_unpack
27
	cd "${S}"
27
	cd "${S}"
28
	epatch "${FILESDIR}"/${PN}-5.0.60-darwin-bool.patch
28
	epatch "${FILESDIR}"/${PN}-5.0.60-darwin-bool.patch
29
	# On solaris there ist no strsep
30
	if [[ ${CHOST} == *-solaris* ]] ; then
31
		epatch "${FILESDIR}"/solaris-sql_show.patch
32
	fi
29
}
33
}
30
34
31
# Official test instructions:
35
# Official test instructions:

Return to bug 296063