summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-09-08 19:27:16 +0200
committerMichał Górny <mgorny@gentoo.org>2017-09-08 19:30:39 +0200
commit876db046b5e5aaef6b99292b0a7cba2db100bbd5 (patch)
tree0e1d982fddb45a0236d9828e8d0d1fc1798bcc31 /sys-libs
parentsys-libs/llvm-libunwind: Bump to 5.0.0 (diff)
downloadgentoo-876db046b5e5aaef6b99292b0a7cba2db100bbd5.tar.gz
gentoo-876db046b5e5aaef6b99292b0a7cba2db100bbd5.tar.bz2
gentoo-876db046b5e5aaef6b99292b0a7cba2db100bbd5.zip
sys-libs/libcxxabi: Remove unneeded LIBCXXABI_LIBUNWIND_SOURCES
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild3
-rw-r--r--sys-libs/libcxxabi/libcxxabi-9999.ebuild3
2 files changed, 0 insertions, 6 deletions
diff --git a/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild b/sys-libs/libcxxabi/libcxxabi-5.0.9999.ebuild
index 8a83444b8e8e..1f5409df9c9d 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 c54960094e95..e43737063595 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+=(