FreeBSD Bugzilla – Attachment 258953 Details for
Bug 271581
x11-toolkits/qt5-gui: fails to package when ATKONLY=on in accessibility/at-spi2-core
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for x11-toolkits/qt5-widgets
x11-toolkits_qt5-widgets.diff (text/plain), 1.15 KB, created by
Corey Halpin
on 2025-03-23 17:58:47 UTC
(
hide
)
Description:
Patch for x11-toolkits/qt5-widgets
Filename:
MIME Type:
Creator:
Corey Halpin
Created:
2025-03-23 17:58:47 UTC
Size:
1.15 KB
patch
obsolete
>Index: default/x11-toolkits/qt5-widgets/Makefile >=================================================================== >--- default.orig/x11-toolkits/qt5-widgets/Makefile >+++ default/x11-toolkits/qt5-widgets/Makefile >@@ -21,9 +21,11 @@ MORE_WRKSRCS= src/tools/uic > > QT_BINARIES= yes > QT_DEFINES= ACCESSIBILITY WIDGETS XSYNC >-QT_CONFIG= accessibility accessibility-atspi-bridge xlib >+QT_CONFIG= accessibility xlib > >-OPTIONS_DEFINE= GTK3 >+OPTIONS_DEFINE= GTK3 ATK_BRIDGE >+OPTIONS_DEFAULT= ATK_BRIDGE >+ATK_BRIDGE_VARS= qt_config_opt+=accessibility-atspi-bridge > OPTIONS_SUB= YES > > GTK3_DESC= GTK-based Qt theme >@@ -31,16 +33,15 @@ GTK3_USES= gnome > GTK3_USE= GNOME=gtk30 QT=dbus > GTK3_CONFIGURE_ON= -gtk > GTK3_CONFIGURE_OFF= -no-gtk >+GTK3_VARS= qt_config_opt+=gtk qt_defines_opt+=STYLE_GTK >+GTK3_VARS_OFF= qt_config_opt+=-gtk qt_defines_opt+=-STYLE_GTK >+ >+MAKE_ARGS=QT_CONFIG="${QT_CONFIG} ${QT_CONFIG_OPT}" QT_DEFINES="${QT_DEFINES} ${QT_DEFINES_OPT}" > > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MGTK3} >-QT_DEFINES+= STYLE_GTK >-QT_CONFIG+= gtk > MORE_WRKSRCS+= src/plugins/platformthemes >-.else >-QT_DEFINES+= -STYLE_GTK >-QT_CONFIG+= -gtk > .endif > > post-configure:
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 271581
:
243986
|
243987
|
244229
|
244230
|
244391
|
244392
|
247856
|
258018
|
258019
|
258951
|
258952
| 258953