diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-10-17 21:07:04 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-10-17 21:07:04 +0300 |
commit | 2eb3d52f7ea724c00f456771bc5d59e579193a37 (patch) | |
tree | 9d3e2c36f29c62e5e584ec90c4807f06382bdd1b /packages/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch | |
parent | 229d587312d78f54ebda24987beb2b53b81179d6 (diff) |
log4cxxx: changes requested by exherbo devs
Diffstat (limited to 'packages/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch')
-rw-r--r-- | packages/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch index 86ebdcc..e17982c 100644 --- a/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch +++ b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-fix-c++14.patch @@ -1,5 +1,6 @@ -Fix building with C++14, which errors out due to narrowing conversions. -See also: https://bugs.gentoo.org/show_bug.cgi?id=593874 +Source: from Gentoo distribution +Reason: Fix building with C++14, which errors out due to narrowing conversions. +Upstream: See also: https://bugs.gentoo.org/show_bug.cgi?id=593874 --- a/src/main/cpp/locationinfo.cpp +++ b/src/main/cpp/locationinfo.cpp |