summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/gawk/gawk-3.1.8.ebuild')
-rw-r--r--sys-apps/gawk/gawk-3.1.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/gawk/gawk-3.1.8.ebuild b/sys-apps/gawk/gawk-3.1.8.ebuild
index eb0520df9450..1869afe38b8b 100644
--- a/sys-apps/gawk/gawk-3.1.8.ebuild
+++ b/sys-apps/gawk/gawk-3.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.8.ebuild,v 1.1 2010/05/20 04:11:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-3.1.8.ebuild,v 1.2 2010/08/15 21:30:52 truedfx Exp $
EAPI="2"
@@ -46,7 +46,7 @@ src_configure() {
src_compile() {
emake || die
- emake -C "${SFFS}" CC=$(tc-getCC) || die "filefuncs emake failed"
+ emake -C "${SFFS}" CC="$(tc-getCC)" || die "filefuncs emake failed"
}
src_install() {