mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user