commit:     876db046b5e5aaef6b99292b0a7cba2db100bbd5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  8 17:27:16 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep  8 17:30:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876db046

sys-libs/libcxxabi: Remove unneeded LIBCXXABI_LIBUNWIND_SOURCES

 sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild | 3 ---
 sys-libs/libcxxabi/libcxxabi-9999.ebuild     | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild 
b/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild
index 8a83444b8e8..1f5409df9c9 100644
--- a/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild
@@ -72,9 +72,6 @@ multilib_src_configure() {
                # upstream is omitting standard search path for this
                # probably because gcc & clang are bundling their own unwind.h
                -DLIBCXXABI_LIBUNWIND_INCLUDES="${EPREFIX}"/usr/include
-               # this only needs to exist, it does not have to make sense
-               # FIXME: remove this once https://reviews.llvm.org/D25314 is 
merged
-               -DLIBCXXABI_LIBUNWIND_SOURCES="${T}"
        )
        if use test; then
                mycmakeargs+=(

diff --git a/sys-libs/libcxxabi/libcxxabi-9999.ebuild 
b/sys-libs/libcxxabi/libcxxabi-9999.ebuild
index c54960094e9..e4373706359 100644
--- a/sys-libs/libcxxabi/libcxxabi-9999.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-9999.ebuild
@@ -71,9 +71,6 @@ multilib_src_configure() {
                # upstream is omitting standard search path for this
                # probably because gcc & clang are bundling their own unwind.h
                -DLIBCXXABI_LIBUNWIND_INCLUDES="${EPREFIX}"/usr/include
-               # this only needs to exist, it does not have to make sense
-               # FIXME: remove this once https://reviews.llvm.org/D25314 is 
merged
-               -DLIBCXXABI_LIBUNWIND_SOURCES="${T}"
        )
        if use test; then
                mycmakeargs+=(

Reply via email to