summaryrefslogtreecommitdiff
path: root/net-mgmt/icinga/files/patch-include_config.h.in
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2012-05-29 20:34:19 +0000
committerLars Engels <lme@FreeBSD.org>2012-05-29 20:34:19 +0000
commit13084db9f7229804f1e1231904ff8dc2b3560aa1 (patch)
tree3267fc8f1fa1b7724943110dc1a18e1e13af2bf1 /net-mgmt/icinga/files/patch-include_config.h.in
parent- Update to 12.0.2 (diff)
- Change logging directory from /var/spool/icinga to /var/log/icinga
- Change plugins directory to %%LOCALBASE%%/nagios so the files installed by net-mgmt/nagios-plugins port are found [1] - Add "--enable-pqsql" to add PostgreSQL support - Set proper permissions on the rw directory - Fix substitutions in pkg-message - While here silence warnings about inclusion of deprecated header sys/timeb.h - Bump PORTREVISION Noticed by: angelv <angelvg@gmail.com> [1]
Diffstat (limited to 'net-mgmt/icinga/files/patch-include_config.h.in')
-rw-r--r--net-mgmt/icinga/files/patch-include_config.h.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/net-mgmt/icinga/files/patch-include_config.h.in b/net-mgmt/icinga/files/patch-include_config.h.in
new file mode 100644
index 000000000000..554dcf8ebd22
--- /dev/null
+++ b/net-mgmt/icinga/files/patch-include_config.h.in
@@ -0,0 +1,15 @@
+--- include/config.h.in.orig 2012-05-25 21:46:46.000000000 +0200
++++ include/config.h.in 2012-05-25 21:47:05.000000000 +0200
+@@ -222,10 +222,12 @@
+ #include <errno.h>
+ #endif
+
++#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