Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 563492
Collapse All | Expand All

(-)a/sci-geosciences/grass/grass-7.0.1-r1.ebuild (-2 / +2 lines)
Lines 173-179 src_configure() { Link Here
173
173
174
src_compile() {
174
src_compile() {
175
	# we don't want to link against embedded mysql lib
175
	# we don't want to link against embedded mysql lib
176
	emake MYSQLDLIB=""
176
	emake CC="$(tc-getCC)" MYSQLDLIB=""
177
}
177
}
178
178
179
src_install() {
179
src_install() {
Lines 258-261 pkg_postrm() { Link Here
258
		fdo-mime_desktop_database_update
258
		fdo-mime_desktop_database_update
259
		gnome2_icon_cache_update
259
		gnome2_icon_cache_update
260
	fi
260
	fi
261
}
261
}

Return to bug 563492