aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5xmlgui/remove_explicit_shared_argument.patch
diff options
context:
space:
mode:
authorDawid Wróbel <me@dawidwrobel.com>2021-09-24 03:03:13 +0300
committerGitHub <noreply@github.com>2021-09-23 17:03:13 -0700
commit8ba8f97d92b27ba8580af6d7e2a2af4b975e826d (patch)
tree667210edcb64cee240ad426245220a48825ab515 /ports/kf5xmlgui/remove_explicit_shared_argument.patch
parent14c814bfc71a8a98cdb1739a09325deca58b98bd (diff)
downloadvcpkg-8ba8f97d92b27ba8580af6d7e2a2af4b975e826d.tar.gz
vcpkg-8ba8f97d92b27ba8580af6d7e2a2af4b975e826d.zip
[kf5xmlgui] New port (#19756)
* Add kf5xmlgui port * Fixed kf5xmlgui for windows * [kf5*] update to 5.75.0 * [kf5xmlgui] update to current spec * [kf5xmlgui] update to 5.84 * [kf5xmlgui] remove extra build options * [kf5xmlgui] don't remove ksendbugmail, use vcpkg_copy_tools() instead * [kf5xmlgui] only remove what's needed * [kf5xmlgui] wrap paths in quotes * [kf5xmlgui] update versions * [kf5xmlgui] ksendbugmail is only built on Windows * [kf5xmlgui] update versions * [kf5xmlgui] add Qt Designer plugin feature * [kf5xmlgui] update versions * [kf5xmlgui] restore non-optional kglobalaccel dependency * [kf5xmlgui] update versions * [kf5xmlgui] DISABLE_PARALLEL_CONFIGURE * [kf5xmlgui] update versions * [kf5xmlgui] fix Windows static builds * [kf5xmlgui] update versions * [kf5xmlgui] add PACKAGE_NAME to vcpkg_cmake_config_fixup * [kf5xmlgui] update versions * [kf5xmlgui] fix Windows static build * [kf5xmlgui] update versions * [kf5xmlgui] add support for static builds to config.cmake * [kf5xmlgui] update versions * [kf5xmlgui] libiconv patches only for windows static builds * [kf5xmlgui] update versions * [kf5xmlgui] use semver * [kf5xmlgui] update versions * [kf5xmlgui] cleanup, iconv was fixed in kf5i18n * [kf5xmlgui] use generic, non-semver versioning * [kf5xmlgui] update versions * [kf5xmlgui] re-enable parallel configure * [kf5xmlgui] update versions * [kf5xmlgui] remove meta info from patches * [kf5xmlgui] update versions Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
Diffstat (limited to 'ports/kf5xmlgui/remove_explicit_shared_argument.patch')
-rw-r--r--ports/kf5xmlgui/remove_explicit_shared_argument.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/ports/kf5xmlgui/remove_explicit_shared_argument.patch b/ports/kf5xmlgui/remove_explicit_shared_argument.patch
new file mode 100644
index 000000000..9d70ea3db
--- /dev/null
+++ b/ports/kf5xmlgui/remove_explicit_shared_argument.patch
@@ -0,0 +1,15 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 2fac31b7..2f4fc881 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ add_subdirectory(ksendbugmail)
+
+-add_library(KF5XmlGui SHARED)
++add_library(KF5XmlGui)
+ add_library(KF5::XmlGui ALIAS KF5XmlGui)
+
+ if (HAVE_GLOBALACCEL)
+--
+GitLab
+