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

Collapse All | Expand All

(-)/usr/portage/eclass/mysql.eclass (-3 / +7 lines)
Lines 134-142 Link Here
134
	rm -f scripts/mysqlbug
134
	rm -f scripts/mysqlbug
135
135
136
	# Multilib issue with zlib detection
136
	# Multilib issue with zlib detection
137
	mysql_version_is_at_least "5.00.15.00" \
137
	if mysql_version_is_at_least "5.00.15.00"; then
138
	&& sed -i -e "s:zlib_dir/lib:zlib_dir/$(get_libdir):g" \
138
		sed -i -e "s:zlib_dir/lib:zlib_dir/$(get_libdir):g" \
139
		"${S}/config/ac-macros/zlib.m4"
139
			"${S}/config/ac-macros/zlib.m4"
140
	else
141
		sed -i -e "s:zlib_dir/lib:zlib_dir/$(get_libdir):g" \
142
                	"${S}/acinclude.m4"
143
	fi
140
144
141
	# Make charsets install in the right place
145
	# Make charsets install in the right place
142
	find . -name 'Makefile.am' \
146
	find . -name 'Makefile.am' \

Return to bug 111073