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
11 lines
280 B
Text
11 lines
280 B
Text
--- bindings/CMakeLists.txt.orig 2024-01-09 21:06:41 UTC
|
|
+++ bindings/CMakeLists.txt
|
|
@@ -15,7 +15,7 @@ endif()
|
|
if(WITH_RUBY_BINDING)
|
|
add_subdirectory(ruby)
|
|
endif()
|
|
-if(NOT WIN32 AND NOT OPEN_FOR_IDE)
|
|
+if(FALSE)
|
|
package_bindingtester()
|
|
package_bindingtester2()
|
|
endif()
|