aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wayfire-plugins-extra/files/patch-libc++
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-12-20 13:27:46 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-12-20 14:46:32 +0000
commit8133b766147808f44df827181a3203145c871a3b (patch)
treeb987366905adc1b0759c0fc11beaba6dc9fefdbc /x11-wm/wayfire-plugins-extra/files/patch-libc++
parent1fcdc643b4c76846e7d8003cbdb546ec8bf42315 (diff)
downloadports-8133b766147808f44df827181a3203145c871a3b.tar.gz
ports-8133b766147808f44df827181a3203145c871a3b.zip
x11-wm/wayfire-plugins-extra: enable dbus and windecor plugins
(cherry picked from commit f081b8b768c80b77f4f73e1d85938004d2d51014)
Diffstat (limited to 'x11-wm/wayfire-plugins-extra/files/patch-libc++')
-rw-r--r--x11-wm/wayfire-plugins-extra/files/patch-libc++14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-wm/wayfire-plugins-extra/files/patch-libc++ b/x11-wm/wayfire-plugins-extra/files/patch-libc++
new file mode 100644
index 000000000000..3e0ebb1e007f
--- /dev/null
+++ b/x11-wm/wayfire-plugins-extra/files/patch-libc++
@@ -0,0 +1,14 @@
+../subprojects/windecor/deco-theme.cpp:11:9: fatal error: 'bits/stdc++.h' file not found
+#include<bits/stdc++.h>
+ ^~~~~~~~~~~~~~~
+
+--- subprojects/windecor/deco-theme.cpp.orig 2020-12-14 07:51:43 UTC
++++ subprojects/windecor/deco-theme.cpp
+@@ -8,7 +8,6 @@
+ #include <sys/stat.h>
+ #include <unistd.h>
+ #include <fstream>
+-#include<bits/stdc++.h>
+
+ #include "INIReader.h"
+