summaryrefslogtreecommitdiff
path: root/net-libs/signon-oauth2/files/signon-oauth2-0.24-disable-examples.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/signon-oauth2/files/signon-oauth2-0.24-disable-examples.patch')
-rw-r--r--net-libs/signon-oauth2/files/signon-oauth2-0.24-disable-examples.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-libs/signon-oauth2/files/signon-oauth2-0.24-disable-examples.patch b/net-libs/signon-oauth2/files/signon-oauth2-0.24-disable-examples.patch
new file mode 100644
index 000000000000..dd730e449773
--- /dev/null
+++ b/net-libs/signon-oauth2/files/signon-oauth2-0.24-disable-examples.patch
@@ -0,0 +1,14 @@
+Author: Diane Trout <diane@ghic.org>
+Description: Don't install the examples as they end up conflicting with
+ other packages.
+--- a/signon-oauth2.pro
++++ b/signon-oauth2.pro
+@@ -3,7 +3,7 @@
+
+ TEMPLATE = subdirs
+ CONFIG += ordered
+-SUBDIRS = src tests example
++SUBDIRS = src tests
+
+ include( common-installs-config.pri )
+