aboutsummaryrefslogtreecommitdiff
path: root/textproc/toml-f/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/toml-f/files/patch-CMakeLists.txt')
-rw-r--r--textproc/toml-f/files/patch-CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/toml-f/files/patch-CMakeLists.txt b/textproc/toml-f/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..ebbc00455236
--- /dev/null
+++ b/textproc/toml-f/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2022-04-13 04:01:25 UTC
++++ CMakeLists.txt
+@@ -89,6 +89,8 @@ install(
+ )
+
+ # add the testsuite
++if (FREEBSD_BUILD_TESTS)
+ enable_testing()
+ set(fpm-toml "${PROJECT_SOURCE_DIR}/fpm.toml")
+ add_subdirectory("test")
++endif()