summaryrefslogtreecommitdiffstats
path: root/source/x/fcitx5-kkc/0001-remove-std-c-11-from-gui-CMakeLists.txt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/fcitx5-kkc/0001-remove-std-c-11-from-gui-CMakeLists.txt.patch')
-rw-r--r--source/x/fcitx5-kkc/0001-remove-std-c-11-from-gui-CMakeLists.txt.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/source/x/fcitx5-kkc/0001-remove-std-c-11-from-gui-CMakeLists.txt.patch b/source/x/fcitx5-kkc/0001-remove-std-c-11-from-gui-CMakeLists.txt.patch
deleted file mode 100644
index 260113583..000000000
--- a/source/x/fcitx5-kkc/0001-remove-std-c-11-from-gui-CMakeLists.txt.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 418c44e61fcda33e809076d1817acc2f2362d409 Mon Sep 17 00:00:00 2001
-From: Qiyu Yan <yanqiyu@fedoraproject.org>
-Date: Sun, 12 Mar 2023 12:48:39 +0800
-Subject: [PATCH] remove -std=c++11 from gui/CMakeLists.txt
-
----
- gui/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt
-index 38b50d4..2327132 100644
---- a/gui/CMakeLists.txt
-+++ b/gui/CMakeLists.txt
-@@ -17,7 +17,7 @@ qt5_wrap_ui(KKC_CONFIG_SRCS dictwidget.ui adddictdialog.ui shortcutwidget.ui add
- add_library(fcitx5-kkc-config
- MODULE ${KKC_CONFIG_SRCS})
-
--add_definitions(-DQT_NO_KEYWORDS -std=c++11)
-+add_definitions(-DQT_NO_KEYWORDS)
-
- target_include_directories(fcitx5-kkc-config PRIVATE ${PROJECT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR})
-
---
-2.39.2