summaryrefslogtreecommitdiff
path: root/media-video/subtitlecomposer/files
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/subtitlecomposer/files')
-rw-r--r--media-video/subtitlecomposer/files/subtitlecomposer-0.7.0-tests-optional.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/media-video/subtitlecomposer/files/subtitlecomposer-0.7.0-tests-optional.patch b/media-video/subtitlecomposer/files/subtitlecomposer-0.7.0-tests-optional.patch
new file mode 100644
index 000000000000..b2db3d9975e6
--- /dev/null
+++ b/media-video/subtitlecomposer/files/subtitlecomposer-0.7.0-tests-optional.patch
@@ -0,0 +1,9 @@
+--- a/src/core/CMakeLists.txt 2019-07-04 21:15:26.000891815 +0200
++++ b/src/core/CMakeLists.txt 2019-07-04 21:15:26.005891858 +0200
+@@ -13,4 +13,6 @@
+ CACHE INTERNAL EXPORTEDVARIABLE
+ )
+
++if(BUILD_TESTING)
+ add_subdirectory(tests)
++endif()