diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-01-16 16:56:50 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-01-16 16:57:33 +0100 |
commit | 626b1b4143cbde745a5ea4f8a9e17eee80a7c2f6 (patch) | |
tree | 3ef90595cc69254b463ee628aa6151c541a0d84b /x11-plugins/wmpop3 | |
parent | sys-libs/zlib: Stable for HPPA (bug #605888). (diff) | |
download | gentoo-626b1b4143cbde745a5ea4f8a9e17eee80a7c2f6.tar.gz gentoo-626b1b4143cbde745a5ea4f8a9e17eee80a7c2f6.tar.bz2 gentoo-626b1b4143cbde745a5ea4f8a9e17eee80a7c2f6.zip |
x11-plugins/wmpop3: respect CC, bug #605910
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-plugins/wmpop3')
-rw-r--r-- | x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild index 66a7a0ebdd19..18b2d8dc76a1 100644 --- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild +++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 +inherit eutils toolchain-funcs DESCRIPTION="dockapp for checking pop3 accounts" HOMEPAGE="http://www.cs.mun.ca/~scotth/" @@ -20,7 +21,8 @@ RDEPEND="${DEPEND}" PATCHES=( ${FILESDIR}/${P}-list.patch ) src_prepare() { - sed -e "s:-O2:${CFLAGS}:" \ + sed -e "s:cc :$(tc-getCC) :" \ + -e "s:-O2:${CFLAGS}:" \ -e "s:-o wmpop3:${LDFLAGS} -o wmpop3:" \ -i ${PN}/Makefile || die |