summaryrefslogtreecommitdiff
path: root/manualPorts/bareos-filedaemon/nullify-os-specifics.patch
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/bareos-filedaemon/nullify-os-specifics.patch')
-rw-r--r--manualPorts/bareos-filedaemon/nullify-os-specifics.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/manualPorts/bareos-filedaemon/nullify-os-specifics.patch b/manualPorts/bareos-filedaemon/nullify-os-specifics.patch
index 707a01c..674cf10 100644
--- a/manualPorts/bareos-filedaemon/nullify-os-specifics.patch
+++ b/manualPorts/bareos-filedaemon/nullify-os-specifics.patch
@@ -1,11 +1,11 @@
---- a/core/platforms/CMakeLists.txt 2020-02-03 11:13:07.249578448 +0100
-+++ b/core/platforms/CMakeLists.txt 2020-02-03 11:13:07.249578448 +0100
-@@ -31,8 +31,6 @@
- add_subdirectory(univention)
- elseif(${DISTNAME} STREQUAL hpux)
- message(STATUS "DISTNAME: " ${DISTNAME})
+--- a/core/platforms/CMakeLists.txt 2021-11-22 11:52:19.000000000 +0100
++++ b/core/platforms/CMakeLists.txt 2021-11-25 21:36:56.959693695 +0100
+@@ -34,8 +34,6 @@
+ message(STATUS "PLATFORM: " ${PLATFORM})
+ elseif(${PLATFORM} STREQUAL archlinux)
+ message(STATUS "PLATFORM: " ${PLATFORM})
- else()
-- add_subdirectory(${DISTNAME})
+- add_subdirectory(${PLATFORM})
endif()
if(${systemd})