aboutsummaryrefslogtreecommitdiffstats
path: root/community/fmt
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 00:19:19 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 00:19:19 +0100
commit7b666d29c84d5cad788815a1c9133a5c38c5f410 (patch)
tree7e0e9f567ea66bc0c2629499454d07545f6d674b /community/fmt
parentc10f2d9b183c51fddfcb61024d01a5bd21197694 (diff)
downloadaports-7b666d29c84d5cad788815a1c9133a5c38c5f410.tar.bz2
aports-7b666d29c84d5cad788815a1c9133a5c38c5f410.tar.xz
Remove stale patches in community/
Diffstat (limited to 'community/fmt')
-rw-r--r--community/fmt/FMT_API.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/fmt/FMT_API.patch b/community/fmt/FMT_API.patch
deleted file mode 100644
index 20e2533de5..0000000000
--- a/community/fmt/FMT_API.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/include/fmt/core.h b/include/fmt/core.h
-index 6a0846f..39d3e0e 100644
---- a/include/fmt/core.h
-+++ b/include/fmt/core.h
-@@ -224,7 +224,7 @@ namespace internal {
- // A workaround for gcc 4.8 to make void_t work in a SFINAE context.
- template <typename... Ts> struct void_t_impl { using type = void; };
-
--void assert_fail(const char* file, int line, const char* message);
-+FMT_API void assert_fail(const char* file, int line, const char* message);
-
- #ifndef FMT_ASSERT
- # ifdef NDEBUG