The port databases/xtrabackup8 upgraded to version 8.0.35-30 and renamed to databases/xtrabackup80 in preparation for upcoming incompatible branch databases/xtrabackup81, to avoid confusion. Drop unused dependency on libncurses. The update based on maintainer's submittion. PR: 277088 Tested by: Eugene M. Zheganin (maintainer) Approved by: Eugene M. Zheganin (maintainer)
11 lines
381 B
Plaintext
11 lines
381 B
Plaintext
--- sql/protobuf/CMakeLists.txt.orig 2023-11-24 17:33:10.000000000 +0700
|
|
+++ sql/protobuf/CMakeLists.txt 2024-02-17 02:13:42.264307000 +0700
|
|
@@ -21,6 +21,7 @@
|
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
INCLUDE(${CMAKE_SOURCE_DIR}/cmake/protobuf.cmake)
|
|
+INCLUDE_DIRECTORIES(%%PREFIX%%/include)
|
|
|
|
SET(PROTOBUF_LITE_LIB_NAME rpl_protobuf_lite)
|
|
|