mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Update FoundationDB to both main supported versions, and also split between server and client builds for convenience. PR: 277262 Reviewed by: dch Sponsored by: SkunkWerks, GmbH
10 lines
252 B
Text
10 lines
252 B
Text
--- bindings/CMakeLists.txt.orig 2024-01-17 13:58:04 UTC
|
|
+++ bindings/CMakeLists.txt
|
|
@@ -15,6 +15,6 @@ endif()
|
|
if(WITH_RUBY_BINDING)
|
|
add_subdirectory(ruby)
|
|
endif()
|
|
-if(NOT WIN32 AND NOT OPEN_FOR_IDE)
|
|
+if(FALSE)
|
|
package_bindingtester()
|
|
endif()
|