diff options
author | Akinori Hattori <hattya@gentoo.org> | 2012-07-15 04:34:15 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2012-07-15 04:34:15 +0000 |
commit | f98a9e755f3e1d00ed1d9fbac1f9829bf71f0e29 (patch) | |
tree | 90cb66eb83811645914bed9bc736cc38225c84b1 /app-i18n/kcc | |
parent | use sed for LDFLAGS (diff) | |
download | gentoo-2-f98a9e755f3e1d00ed1d9fbac1f9829bf71f0e29.tar.gz gentoo-2-f98a9e755f3e1d00ed1d9fbac1f9829bf71f0e29.tar.bz2 gentoo-2-f98a9e755f3e1d00ed1d9fbac1f9829bf71f0e29.zip |
use sed for LDFLAGS
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'app-i18n/kcc')
-rw-r--r-- | app-i18n/kcc/kcc-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/kcc/kcc-1.0.ebuild b/app-i18n/kcc/kcc-1.0.ebuild index 660ecc759cfb..87d2b7b33a12 100644 --- a/app-i18n/kcc/kcc-1.0.ebuild +++ b/app-i18n/kcc/kcc-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcc/kcc-1.0.ebuild,v 1.16 2012/07/15 04:27:20 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kcc/kcc-1.0.ebuild,v 1.17 2012/07/15 04:34:15 hattya Exp $ EAPI="4" @@ -19,7 +19,7 @@ S="${WORKDIR}/${PN}" src_prepare() { epatch "${FILESDIR}/${PN}-gcc3-gentoo.diff" - sed -i "s:\(-o kcc\):\$(LDFLAGS) \1:" + sed -i "s:\(-o kcc\):\$(LDFLAGS) \1:" Makefile } src_compile() { |