x11-plugins/pidgin-mbpurple: move tc-export CC to src_configure()

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Aaron Bauman
2018-05-31 08:54:52 -04:00
parent f24ab2d290
commit 1ffccc7596

View File

@@ -25,8 +25,6 @@ S=${WORKDIR}/${MY_P}
src_prepare() {
default
tc-export CC
# upstream Issue 226 (Respect LDFLAGS)
sed -i "/^LDFLAGS/d" global.mak || die "sed for LDFLAGS failed"
@@ -38,3 +36,7 @@ src_prepare() {
sed -i 's/twitgin//g' Makefile || die
fi
}
src_configure() {
tc-export CC
}