mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Replace BACULA_DIR/BAREOS_DIR into pkg-deinstall.client.in [1] ChangeLog at: https://github.com/bareos/bareos/blob/Release/21.1.9/CHANGELOG.md PR: 276634 Reported by: Trond.Endrestol@ximalas.info [1]
15 lines
453 B
CMake
15 lines
453 B
CMake
--- core/cmake/BareosSetVariableDefaults.cmake 2024-02-28 05:24:21.000000000 -0500
|
|
+++ core/cmake/BareosSetVariableDefaults.cmake 2024-05-02 00:57:55.264449000 -0500
|
|
@@ -568,8 +568,10 @@
|
|
set(PACKAGE_STRING "\"${CMAKE_PROJECT_NAME} ${BAREOS_NUMERIC_VERSION}\"")
|
|
set(PACKAGE_VERSION "\"${BAREOS_NUMERIC_VERSION}\"")
|
|
|
|
-if(NOT DEFINED ENABLE_NLS)
|
|
- set(ENABLE_NLS 1)
|
|
+if(nls)
|
|
+ SET(ENABLE_NLS 1)
|
|
+else()
|
|
+ SET(ENABLE_NLS 0)
|
|
endif()
|
|
|
|
if(HAVE_WIN32)
|