summaryrefslogtreecommitdiff
path: root/net-mgmt/icinga/files/patch-include_config.h.in
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2015-08-12 21:01:07 +0000
committerLars Engels <lme@FreeBSD.org>2015-08-12 21:01:07 +0000
commitd1e3b64213156ed5a7c0494b66e01a8cf36dbb91 (patch)
tree31bbc9eef4e44557c3d9e4eb26bb307ce3dc5f74 /net-mgmt/icinga/files/patch-include_config.h.in
parent- Add LICENSE_FILE (diff)
- Split the Icinga port into two separate ports. One for the backend, one for the classic web interface.
- Make the existing net-mgmt/icinga port a meta-port which installs the other two ports. - Add an UPDATING entry for above changes. - Bump PORTREVISION Reviewed by: bapt
Diffstat (limited to 'net-mgmt/icinga/files/patch-include_config.h.in')
-rw-r--r--net-mgmt/icinga/files/patch-include_config.h.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-mgmt/icinga/files/patch-include_config.h.in b/net-mgmt/icinga/files/patch-include_config.h.in
deleted file mode 100644
index e98a7c130c9a..000000000000
--- a/net-mgmt/icinga/files/patch-include_config.h.in
+++ /dev/null
@@ -1,16 +0,0 @@
---- include/config.h.in.orig 2015-07-15 13:04:09.000000000 +0200
-+++ include/config.h.in 2015-07-25 16:05:16.168060000 +0200
-@@ -217,10 +217,13 @@
- #include <errno.h>
- #endif
-
-+/* remove inclusion of sys/timeb.h to suppress a lot of warnings during build */
-+#if 0
- #undef HAVE_SYS_TIMEB_H
- #if HAVE_SYS_TIMEB_H
- #include <sys/timeb.h>
- #endif
-+#endif
-
- #undef HAVE_SYS_IPC_H
- #ifdef HAVE_SYS_IPC_H