summaryrefslogtreecommitdiff
path: root/sys-libs/libcxx/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-19 20:11:46 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-19 20:11:46 +0000
commit5b5df25227111ef465caf5c52bcfb66dac3219cd (patch)
tree31b713cac6188358125cbb66b8804030328740f0 /sys-libs/libcxx/files
parent02e2208f46f4e2c00fb9743cbc47350bdd233bfa (diff)
gentoo resync : 19.01.2018
Diffstat (limited to 'sys-libs/libcxx/files')
-rw-r--r--sys-libs/libcxx/files/libcxx-3.8.1-musl-support.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-libs/libcxx/files/libcxx-3.8.1-musl-support.patch b/sys-libs/libcxx/files/libcxx-3.8.1-musl-support.patch
deleted file mode 100644
index ef86254dff17..000000000000
--- a/sys-libs/libcxx/files/libcxx-3.8.1-musl-support.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/include/__config b/include/__config
-index db5a832..f463557 100644
---- a/include/__config
-+++ b/include/__config
-@@ -11,6 +11,10 @@
- #ifndef _LIBCPP_CONFIG
- #define _LIBCPP_CONFIG
-
-+// Normally this definition is handled by cmake; but since we're not using
-+// cmake, we have to hardcode it here.
-+#define _LIBCPP_HAS_MUSL_LIBC
-+
- #if defined(_MSC_VER) && !defined(__clang__)
- #define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER
- #endif