summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author M.Dinslage2021-08-24 12:06:55 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:46 +0200
commit54f36972487199b98c8f36fc41e80fa73872add3 (patch)
tree9a1f051d0883349d19662740f12a98cc50714c6c
parent3fc292e19cd894c1e547c4782dd74d2b59e45913 (diff)
downloadslackbuilds-54f36972487199b98c8f36fc41e80fa73872add3.tar.gz
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>
-rw-r--r--desktop/rss-glx/patches/rss-glx-0.9.1-missing-include.patch10
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 0000000000..6a6e286f87
--- /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>
+