summaryrefslogtreecommitdiffstats
path: root/misc/fcitx5-mozc/0011-build-with-libstdc++.patch
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fcitx5-mozc/0011-build-with-libstdc++.patch')
-rw-r--r--misc/fcitx5-mozc/0011-build-with-libstdc++.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/fcitx5-mozc/0011-build-with-libstdc++.patch b/misc/fcitx5-mozc/0011-build-with-libstdc++.patch
new file mode 100644
index 0000000000..f36b595a59
--- /dev/null
+++ b/misc/fcitx5-mozc/0011-build-with-libstdc++.patch
@@ -0,0 +1,12 @@
+diff --git a/src/gyp/common.gypi b/src/gyp/common.gypi
+index 0635068..dd8043e 100644
+--- a/src/gyp/common.gypi
++++ b/src/gyp/common.gypi
+@@ -105,7 +105,6 @@
+ ],
+ # Libraries for GNU/Linux environment.
+ 'linux_ldflags': [
+- '-lc++',
+ '-pthread',
+ ],
+