summaryrefslogtreecommitdiff
path: root/manualPorts/bareos-filedaemon/nullify-os-specifics.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-04-26 14:50:53 +0200
committerErich Eckner <git@eckner.net>2020-04-26 14:50:53 +0200
commit340fee8915c40564244c74d16f12a0f125479f34 (patch)
tree96309c7588412398134429450274f9c6e1714c2c /manualPorts/bareos-filedaemon/nullify-os-specifics.patch
parent69d80901f61839f2a0231d51a1857982bc01bcd1 (diff)
downloadcrux-ports-340fee8915c40564244c74d16f12a0f125479f34.tar.xz
bareos-filedaemon new
Diffstat (limited to 'manualPorts/bareos-filedaemon/nullify-os-specifics.patch')
-rw-r--r--manualPorts/bareos-filedaemon/nullify-os-specifics.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/manualPorts/bareos-filedaemon/nullify-os-specifics.patch b/manualPorts/bareos-filedaemon/nullify-os-specifics.patch
new file mode 100644
index 0000000..707a01c
--- /dev/null
+++ b/manualPorts/bareos-filedaemon/nullify-os-specifics.patch
@@ -0,0 +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})
+- else()
+- add_subdirectory(${DISTNAME})
+ endif()
+
+ if(${systemd})