diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-11 11:38:30 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-07-11 11:38:30 +0000 |
commit | 72deea76ea544555493ca8da126514d5d0bf96c6 (patch) | |
tree | b861073a25af8e42fdfa597bcbb47ef0a2365213 /net-im/libaccounts-qt5/files/patch-accounts-qt.pro | |
parent | Update to 5.3.1 (diff) |
Update accounts-sso ports
- this fixes for example kio-gdrive
Notes
Notes:
svn path=/head/; revision=541960
Diffstat (limited to 'net-im/libaccounts-qt5/files/patch-accounts-qt.pro')
-rw-r--r-- | net-im/libaccounts-qt5/files/patch-accounts-qt.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-im/libaccounts-qt5/files/patch-accounts-qt.pro b/net-im/libaccounts-qt5/files/patch-accounts-qt.pro new file mode 100644 index 000000000000..369c06028e7e --- /dev/null +++ b/net-im/libaccounts-qt5/files/patch-accounts-qt.pro @@ -0,0 +1,15 @@ +--- accounts-qt.pro.orig 2019-09-18 19:00:34 UTC ++++ accounts-qt.pro +@@ -2,10 +2,10 @@ include( common-vars.pri ) + + TEMPLATE = subdirs + CONFIG += ordered +-SUBDIRS += Accounts tests ++SUBDIRS += Accounts + + include( common-project-config.pri ) +-include( doc/doc.pri ) ++docs { include( doc/doc.pri ) } + + DISTNAME = $${PROJECT_NAME}-$${PROJECT_VERSION} + EXCLUDES = \ |