diff options
author | M.Dinslage <daedra1980@gmail.com> | 2021-08-24 12:06:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-25 12:11:46 +0700 |
commit | 54f36972487199b98c8f36fc41e80fa73872add3 (patch) | |
tree | 9a1f051d0883349d19662740f12a98cc50714c6c /desktop/rss-glx | |
parent | 3fc292e19cd894c1e547c4782dd74d2b59e45913 (diff) |
desktop/rss-glx: Add a patch for gcc >= 11.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/rss-glx')
-rw-r--r-- | desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch b/desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch new file mode 100644 index 000000000000..6a6e286f873c --- /dev/null +++ b/desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch @@ -0,0 +1,10 @@ +--- a/src/Implicit/impSurface.h ++++ b/src/Implicit/impSurface.h +@@ -25,6 +25,7 @@ + #ifdef WIN32 + #include <windows.h> + #endif ++#include <cstddef> + #include <vector> + #include <GL/gl.h> + |