summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-05-18 18:02:02 +0000
committerMike Frysinger <vapier@gentoo.org>2014-05-18 18:02:02 +0000
commite4f4f6050b471f7585a907a9718661bdb91eb277 (patch)
tree20b87722e635c253a7f9bdddd9eb4cedf8d428e0 /app-emulation/qemu/qemu-2.0.0.ebuild
parentversion bump wrt #507572 (diff)
downloadhistorical-e4f4f6050b471f7585a907a9718661bdb91eb277.tar.gz
historical-e4f4f6050b471f7585a907a9718661bdb91eb277.tar.bz2
historical-e4f4f6050b471f7585a907a9718661bdb91eb277.zip
Set --cxx unconditionally.
Package-Manager: portage-2.2.10/cvs/Linux x86_64 Manifest-Sign-Key: 0xD2E96200
Diffstat (limited to 'app-emulation/qemu/qemu-2.0.0.ebuild')
-rw-r--r--app-emulation/qemu/qemu-2.0.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-2.0.0.ebuild b/app-emulation/qemu/qemu-2.0.0.ebuild
index 2830b801eb92..151859ee548a 100644
--- a/app-emulation/qemu/qemu-2.0.0.ebuild
+++ b/app-emulation/qemu/qemu-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0.ebuild,v 1.5 2014/04/25 22:56:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-2.0.0.ebuild,v 1.6 2014/05/18 18:01:59 vapier Exp $
EAPI=5
@@ -271,6 +271,7 @@ qemu_src_configure() {
--disable-werror
--python="${PYTHON}"
--cc="$(tc-getCC)"
+ --cxx="$(tc-getCXX)"
--host-cc="$(tc-getBUILD_CC)"
$(use_enable debug debug-info)
$(use_enable debug debug-tcg)