FreeBSD Bugzilla – Attachment 187157 Details for
Bug 222994
Check for qt depends in LOCALBASE, not PREFIX
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v2
qt.patch (text/plain), 619 bytes, created by
Adam Weinberger
on 2017-10-14 06:23:35 UTC
(
hide
)
Description:
v2
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2017-10-14 06:23:35 UTC
Size:
619 bytes
patch
obsolete
>Index: bsd.qt.mk >=================================================================== >--- bsd.qt.mk (revision 452034) >+++ bsd.qt.mk (working copy) >@@ -619,6 +619,11 @@ > xmlpatterns-tool_PORT= textproc/${_QT_RELNAME}-xmlpatterns-tool > xmlpatterns-tool_PATH= ${QT_BINDIR}/xmlpatterns > >+# Check for components in LOCALBASE, not PREFIX >+.for component in ${_USE_QT_ALL} ${_USE_QT4_ONLY} ${_USE_QT5_ONLY} >+${component}_PATH:= ${${component}_PATH:S|^${PREFIX}|${LOCALBASE}|} >+.endfor >+ > _USE_QT= ${USE_QT${_QT_VERSION:R:R}} > _USE_QT_ALL+= ${_USE_QT${_QT_VERSION:R:R}_ONLY} > # Iterate through components deprived of suffix.
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 222994
:
187153
|
187157
|
187170
|
187195