FreeBSD Bugzilla – Attachment 214756 Details for
Bug 246658
sysutils/accounts-qml-module: fix build on powerpc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
accounts-qml-module.patch (text/plain), 3.20 KB, created by
Piotr Kubaj
on 2020-05-22 13:31:34 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-05-22 13:31:34 UTC
Size:
3.20 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 535894) >+++ Makefile (working copy) >@@ -23,4 +23,12 @@ > GL_ACCOUNT= accounts-sso > GL_COMMIT= cfadea7ba8ba4011ae20d771696eb74deb87201e > >+.include <bsd.port.options.mk> >+ >+.if ${ARCH} == powerpc64 >+PLIST_SUB= PPC64="@comment " >+.else >+PLIST_SUB= PPC64="" >+.endif >+ > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 535894) >+++ pkg-plist (working copy) >@@ -4,22 +4,22 @@ > %%QT_QMLDIR%%/Ubuntu/OnlineAccounts/qmldir > %%DATADIR%%/doc/html/.gitignore > %%DATADIR%%/doc/html/onlineaccounts-qml-api.index >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-account-members.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-account.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-accountservice-members.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-accountservice.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-accountservicemodel-members.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-accountservicemodel.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-application-members.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-application.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-applicationmodel-members.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-applicationmodel.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-credentials-members.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-credentials.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-manager-members.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-manager.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-providermodel-members.html >-%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-providermodel.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-account-members.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-account.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-accountservice-members.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-accountservice.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-accountservicemodel-members.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-accountservicemodel.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-application-members.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-application.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-applicationmodel-members.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-applicationmodel.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-credentials-members.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-credentials.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-manager-members.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-manager.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-providermodel-members.html >+%%PPC64%%%%DATADIR%%/doc/html/qml-ubuntu-onlineaccounts-providermodel.html > %%DATADIR%%/doc/html/style/qtquick.css >-%%DATADIR%%/doc/html/ubuntu-onlineaccounts-qmlmodule.html >+%%PPC64%%%%DATADIR%%/doc/html/ubuntu-onlineaccounts-qmlmodule.html > @dir %%DATADIR%%/doc/html/images
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 246658
: 214756
Working