diff options
Diffstat (limited to 'net-im/tde2e/files/patch-CMakeLists.txt')
-rw-r--r-- | net-im/tde2e/files/patch-CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/tde2e/files/patch-CMakeLists.txt b/net-im/tde2e/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..2e8b91fcc1d6 --- /dev/null +++ b/net-im/tde2e/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2025-05-23 15:52:11 UTC ++++ CMakeLists.txt +@@ -238,7 +238,7 @@ endif() + add_subdirectory(test) + endif() + +-if (NOT CMAKE_CROSSCOMPILING) ++if (FREEBSD_BUILD_BENCHMARKS AND NOT CMAKE_CROSSCOMPILING) + add_subdirectory(benchmark) + endif() + |