FreeBSD Bugzilla – Attachment 252659 Details for
Bug 278339
[NEW PORT] x11/iaito: Official QT frontend of radare2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build with Qt6 if installed both Qt5 and Qt6
patch-configure (text/plain), 304 bytes, created by
Vladimir Druzenko
on 2024-08-10 17:36:11 UTC
(
hide
)
Description:
Fix build with Qt6 if installed both Qt5 and Qt6
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2024-08-10 17:36:11 UTC
Size:
304 bytes
patch
obsolete
>--- configure.orig 2024-05-24 00:09:14 UTC >+++ configure >@@ -470,7 +470,7 @@ QMAKE=""; fi > fi ; fi > if [ "$WANT_QMAKE6" = "1" ]; then > QMAKE=""; fi >-if [ "$HAVE_QMAKE" = "1" ]; then >+if [ "$HAVE_QMAKE" = "1" -a "$WANT_QMAKE6" != "1" ]; then > QMAKE_BIN="${QMAKE}" > else > if [ "$HAVE_QMAKE6" = "1" ]; then
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
Flags:
vvd
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 278339
:
249945
|
252448
|
252449
|
252645
|
252654
| 252659 |
252660
|
252684