diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-01 04:13:31 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-10-01 04:13:31 +0000 |
commit | c45de9579f6ec97574056dd335df02031ccd00ad (patch) | |
tree | bf42b7c476faa7a6183d0feaa4c65bb90053847d /sysutils | |
parent | 4c6b47d49f526e4aa085f3d82bef3b2910453e64 (diff) | |
download | ports-c45de9579f6ec97574056dd335df02031ccd00ad.tar.gz ports-c45de9579f6ec97574056dd335df02031ccd00ad.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/signon-plugin-oauth2/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/signon-plugin-oauth2/Makefile b/sysutils/signon-plugin-oauth2/Makefile index 90fd33de8c5c..786cd0a8fca2 100644 --- a/sysutils/signon-plugin-oauth2/Makefile +++ b/sysutils/signon-plugin-oauth2/Makefile @@ -24,4 +24,11 @@ USE_GITLAB= yes GL_ACCOUNT= accounts-sso GL_COMMIT= 2dd9ba521a0dd4277c4bf6970a7f4e3894fd85ae +# Fix for Qt5-5.13: +# oauth2plugin.cpp:133:9: error: 'addQueryItem' is deprecated [-Werror,-Wdeprecated-declarations] +# url.addQueryItem(CLIENT_ID, d->m_oauth2Data.ClientId()); +# ^ +post-patch: + ${REINPLACE_CMD} '/-Werror/d' ${PATCH_WRKSRC}/common-project-config.pri + .include <bsd.port.mk> |