commit: d1ce67fd7e7a7e3518e9ed1131c54bb6d30e7498
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 04:36:32 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 04:37:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ce67fd
sci-geosciences/grass: address qa issue to -7.0.1-r1, fixes gentoo bug
issue; does not respect CC
Gentoo bug: #563492
Package-Manager: portage-2.2.20.1
sci-geosciences/grass/grass-7.0.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-geosciences/grass/grass-7.0.1-r1.ebuild
b/sci-geosciences/grass/grass-7.0.1-r1.ebuild
index 5589327..68af821 100644
--- a/sci-geosciences/grass/grass-7.0.1-r1.ebuild
+++ b/sci-geosciences/grass/grass-7.0.1-r1.ebuild
@@ -173,7 +173,7 @@ src_configure() {
src_compile() {
# we don't want to link against embedded mysql lib
- emake MYSQLDLIB=""
+ emake CC="$(tc-getCC)" MYSQLDLIB=""
}
src_install() {
@@ -258,4 +258,4 @@ pkg_postrm() {
fdo-mime_desktop_database_update
gnome2_icon_cache_update
fi
-}
\ No newline at end of file
+}