diff options
author | 2017-11-18 12:19:52 +0100 | |
---|---|---|
committer | 2017-11-18 12:20:53 +0100 | |
commit | bb0ea0297a040e9e4c448bfb8825071f24bf9bbb (patch) | |
tree | af993acfd6b0f17c84e7edcc61193ff6589ab199 /app-admin/conky/files | |
parent | dev-python/riak-python-client: migrate to protobuf-python (diff) | |
download | gentoo-bb0ea0297a040e9e4c448bfb8825071f24bf9bbb.tar.gz gentoo-bb0ea0297a040e9e4c448bfb8825071f24bf9bbb.tar.bz2 gentoo-bb0ea0297a040e9e4c448bfb8825071f24bf9bbb.zip |
app-admin/conky: Fix buid with gcc 7 (bug 624104).
Tanks to Piotr Stachura for the report and patch.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-admin/conky/files')
-rw-r--r-- | app-admin/conky/files/conky-1.10.6-gcc-7.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-admin/conky/files/conky-1.10.6-gcc-7.patch b/app-admin/conky/files/conky-1.10.6-gcc-7.patch new file mode 100644 index 000000000000..6784129d39c4 --- /dev/null +++ b/app-admin/conky/files/conky-1.10.6-gcc-7.patch @@ -0,0 +1,11 @@ +diff -Naur a/src/luamm.hh b/src/luamm.hh +--- a/src/luamm.hh 2017-07-07 15:05:28.250032963 +0200 ++++ b/src/luamm.hh 2017-07-07 15:05:43.230033134 +0200 +@@ -28,6 +28,7 @@ + #include <exception> + #include <stdexcept> + #include <string> ++#include <functional> + + #include <lua.hpp> + |