* [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/files/
@ 2019-03-04 3:14 Aaron Bauman
0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2019-03-04 3:14 UTC (permalink / raw
To: gentoo-commits
commit: 040987a98f98df9847282e34afab20fb95874703
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 3 16:02:27 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 4 03:10:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040987a9
sys-libs/libcxx: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11238
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
.../files/libcxx-7.0.0-libsupcxx-install.patch | 32 ----------------------
1 file changed, 32 deletions(-)
diff --git a/sys-libs/libcxx/files/libcxx-7.0.0-libsupcxx-install.patch b/sys-libs/libcxx/files/libcxx-7.0.0-libsupcxx-install.patch
deleted file mode 100644
index 35b04e253e6..00000000000
--- a/sys-libs/libcxx/files/libcxx-7.0.0-libsupcxx-install.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 84f960980e5bbaf136bc130cb385379b8f610335 Mon Sep 17 00:00:00 2001
-From: Petr Hosek <phosek@chromium.org>
-Date: Thu, 4 Oct 2018 05:38:53 +0000
-Subject: [PATCH] [CMake] Use just basename when copying C++ ABI headers
-
-This avoids duplicate directories when the filename includes path.
-
-Fixes PR39145
-
-Differential Revision: https://reviews.llvm.org/D52762
-
-git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@343753 91177308-0d34-0410-b5e6-96231b3b80d8
----
- cmake/Modules/HandleLibCXXABI.cmake | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/cmake/Modules/HandleLibCXXABI.cmake b/cmake/Modules/HandleLibCXXABI.cmake
-index ef3b4f5dd..1c19d7e01 100644
---- a/cmake/Modules/HandleLibCXXABI.cmake
-+++ b/cmake/Modules/HandleLibCXXABI.cmake
-@@ -41,7 +41,7 @@ macro(setup_abi_lib abidefines abilib abifiles abidirs)
- get_filename_component(ifile ${fpath} NAME)
- set(src ${incpath}/${fpath})
-
-- set(dst ${LIBCXX_BINARY_INCLUDE_DIR}/${dstdir}/${fpath})
-+ set(dst ${LIBCXX_BINARY_INCLUDE_DIR}/${dstdir}/${ifile})
- add_custom_command(OUTPUT ${dst}
- DEPENDS ${src}
- COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src} ${dst}
---
-2.19.0
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-03-04 3:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-04 3:14 [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/files/ Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox