diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-15 13:40:17 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-15 13:40:17 +0200 |
commit | 3d46c952cefbc852e6572a65557029f42d0dd248 (patch) | |
tree | c37ea614656010fe7884b4c30f0035ac4c97792d /sysutils/signon-plugin-oauth2/files | |
parent | multimedia/sms1xxx-kmod: Fix build and mark DEPRECATED (diff) |
sysutils/signon-plugin-oauth2: update to 0.25
Diffstat (limited to 'sysutils/signon-plugin-oauth2/files')
-rw-r--r-- | sysutils/signon-plugin-oauth2/files/patch-signon-oauth2.pro | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/signon-plugin-oauth2/files/patch-signon-oauth2.pro b/sysutils/signon-plugin-oauth2/files/patch-signon-oauth2.pro index d85af3c4b8ef..c7a6d2e71929 100644 --- a/sysutils/signon-plugin-oauth2/files/patch-signon-oauth2.pro +++ b/sysutils/signon-plugin-oauth2/files/patch-signon-oauth2.pro @@ -1,11 +1,11 @@ ---- signon-oauth2.pro.orig 2018-03-03 17:00:59 UTC +--- signon-oauth2.pro.orig 2020-11-10 19:43:33 UTC +++ signon-oauth2.pro @@ -3,7 +3,7 @@ include( common-project-config.pri ) TEMPLATE = subdirs CONFIG += ordered --SUBDIRS = src tests example -+SUBDIRS = src - - include( common-installs-config.pri ) +-SUBDIRS = src tests ++SUBDIRS = src + CONFIG(make_examples) { + SUBDIRS += example |