summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-24 01:05:39 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-07-24 01:05:39 +0000
commit7bf12d3345b9660264ccbb4c60f5815762da955e (patch)
tree7b923c862e2d02b4e2620d09045d53bef07e3d07 /sys-libs
parentfix typo in comment (diff)
downloadgentoo-2-7bf12d3345b9660264ccbb4c60f5815762da955e.tar.gz
gentoo-2-7bf12d3345b9660264ccbb4c60f5815762da955e.tar.bz2
gentoo-2-7bf12d3345b9660264ccbb4c60f5815762da955e.zip
expose libcxxrt headers in the libcxx tree as upstream does
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libcxx/ChangeLog5
-rw-r--r--sys-libs/libcxx/libcxx-9999.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-libs/libcxx/ChangeLog b/sys-libs/libcxx/ChangeLog
index a48500c69c20..5a783d4a74a4 100644
--- a/sys-libs/libcxx/ChangeLog
+++ b/sys-libs/libcxx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libcxx
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.26 2013/07/24 01:01:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/ChangeLog,v 1.27 2013/07/24 01:05:39 aballier Exp $
+
+ 24 Jul 2013; Alexis Ballier <aballier@gentoo.org> libcxx-9999.ebuild:
+ expose libcxxrt headers in the libcxx tree as upstream does
24 Jul 2013; Alexis Ballier <aballier@gentoo.org> libcxx-9999.ebuild:
fix typo in comment
diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild
index ae025c8edab9..94f498d6c7fa 100644
--- a/sys-libs/libcxx/libcxx-9999.ebuild
+++ b/sys-libs/libcxx/libcxx-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.18 2013/07/24 01:01:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcxx/libcxx-9999.ebuild,v 1.19 2013/07/24 01:05:39 aballier Exp $
EAPI=5
@@ -45,6 +45,7 @@ src_configure() {
if use libcxxrt ; then
append-cppflags -DLIBCXXRT "-I${EPREFIX}/usr/include/libcxxrt/"
LIBS="-lcxxrt ${LIBS}"
+ cp "${EPREFIX}/usr/include/libcxxrt/"*.h "${S}/include"
else
# Very hackish, see $HOMEPAGE
# If someone has a clever idea, please share it!