summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-08-18 16:30:56 +0300
committerViorel Munteanu <ceamac@gentoo.org>2024-08-18 16:32:19 +0300
commit3d29494e273481027c03ce37785895241e21c6fd (patch)
tree6285956cf539f1528ec90f9c6af6b2af2f77975a /app-emulation/virtualbox/files
parentdev-ruby/minitest-hooks: keyword 1.5.2 for ~loong (diff)
downloadgentoo-3d29494e273481027c03ce37785895241e21c6fd.tar.gz
gentoo-3d29494e273481027c03ce37785895241e21c6fd.tar.bz2
gentoo-3d29494e273481027c03ce37785895241e21c6fd.zip
app-emulation/virtualbox: fix linking with mold
Bug: https://bugs.gentoo.org/925347 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'app-emulation/virtualbox/files')
-rw-r--r--app-emulation/virtualbox/files/virtualbox-7.1.0_beta1-link-with-mold.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emulation/virtualbox/files/virtualbox-7.1.0_beta1-link-with-mold.patch b/app-emulation/virtualbox/files/virtualbox-7.1.0_beta1-link-with-mold.patch
new file mode 100644
index 000000000000..71e3edb26b3c
--- /dev/null
+++ b/app-emulation/virtualbox/files/virtualbox-7.1.0_beta1-link-with-mold.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/925347
+
+--- a/src/VBox/Frontends/VirtualBox/Makefile.kmk
++++ b/src/VBox/Frontends/VirtualBox/Makefile.kmk
+@@ -1669,7 +1669,7 @@
+ # The Qt modules we're using.
+ # (The include directory and lib/framework for each module will be added by the Qt unit.)
+ #
+-UICommon_QT_MODULES = Core Gui Widgets Help StateMachine
++UICommon_QT_MODULES = Core Gui Widgets Help PrintSupport StateMachine
+ ifdef VBOX_WITH_SCREENSAVER_CONTROL
+ UICommon_QT_MODULES.linux += DBus
+ UICommon_QT_MODULES.linux += Xml