FreeBSD Bugzilla – Attachment 208954 Details for
Bug 241598
x11-toolkits/plasma5-kdeplasma-addons: fix build on non-x86
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v3
plasma5-kdeplasma-addons.patch (text/plain), 1008 bytes, created by
Piotr Kubaj
on 2019-11-07 21:28:57 UTC
(
hide
)
Description:
v3
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-11-07 21:28:57 UTC
Size:
1008 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 516942) >+++ Makefile (working copy) >@@ -16,14 +16,20 @@ > plasma-framework plasma-workspace runner service solid \ > sonnet textwidgets unitconversion widgetsaddons windowsystem xmlgui > USE_QT= concurrent core dbus declarative graphicaleffects gui location network \ >- printsupport script webchannel webengine widgets x11extras xml \ >+ printsupport script webchannel widgets x11extras xml \ > buildtools_build qmake_build > >-OPTIONS_DEFINE= PURPOSE >+OPTIONS_DEFINE= PURPOSE QTWEBENGINE > OPTIONS_DEFAULT= PURPOSE >+OPTIONS_DEFAULT_amd64= QTWEBENGINE >+OPTIONS_DEFAULT_i386= QTWEBENGINE > > PURPOSE_DESC= Enable 'QuickShare' applet > PURPOSE_USE= KDE=purpose > PURPOSE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_KF5Purpose > >+QTWEBENGINE_DESC= Add dependency on qt5-webengine >+QTWEBENGINE_USE= qt=webengine >+QTWEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngine >+ > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241598
:
208711
|
208733
|
208954
|
208969
Working