freebsd-ports/net-mgmt/icinga/files/patch-include_config.h.in
Lars Engels f43e9201fa Big cleanup for the icinga port:
- Update to 1.10.2
- Stagify
- Use new LIB_DEPENDS syntax
- Add USES gmake
- Remove a lot of no longer needed variables and logic from the old nagios port
- Install Apache 2.x configuration examples by default, no longer provide an
  option to depend on www/apache22 to be more flexible
- Use ports system's own way to add and remove users and groups. Remove pkg-{de,}install
- Don't use the install-commandmode make target. ICINGADIR and ICINGALOGDIR are now created
  from the icinga rc-script
- Remove embedded Perl option which is considered broken by the developers
- Remove UNHANDLED_HACK option - another relict from the old nagios port.
2013-12-20 16:05:51 +00:00

15 lines
319 B
C

--- include/config.h.in.orig 2013-12-05 12:51:35.000000000 +0100
+++ include/config.h.in 2013-12-06 17:20:49.747139208 +0100
@@ -218,10 +218,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