diff options
Diffstat (limited to 'net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake')
-rw-r--r-- | net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake b/net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake deleted file mode 100644 index 584a7e62ccc8..000000000000 --- a/net-mgmt/icinga2/files/patch-third-party__cmake__GNUInstallDirs.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- third-party/cmake/GNUInstallDirs.cmake.orig 2014-10-03 15:04:47.712808574 +0200 -+++ third-party/cmake/GNUInstallDirs.cmake 2014-10-03 15:05:17.916805737 +0200 -@@ -166,7 +166,7 @@ - set(CMAKE_INSTALL_DATADIR "${CMAKE_INSTALL_DATAROOTDIR}") - endif() - --if(CMAKE_SYSTEM_NAME STREQUAL "OpenBSD") -+if(CMAKE_SYSTEM_NAME MATCHES "^(DragonFly|FreeBSD|OpenBSD)$") - if(NOT CMAKE_INSTALL_INFODIR) - set(CMAKE_INSTALL_INFODIR "" CACHE PATH "info documentation (info)") - set(CMAKE_INSTALL_INFODIR "info") |