ports/www/hiawatha/files/patch-config.h.in
Tobias Kortkamp f5823c94c6 www/hiawatha: Add WebServerLoad support and cleanup port
- Sort options helpers and add pkg-help to describe options better
- Add CGIWRAPPER option which when turned off will turn off packaging
  of the setuid cgi-wrapper(1) binary
- Cleanup post-patch; use LOCALBASE where appropriate
- Drop incidental variables
- Do not install useless documentation; README.md is a copy of
  pkg-descr; ChangeLog does not contain any juicy information either
- Trim pkg-message further
2018-11-30 10:09:50 +00:00

10 lines
321 B
C

--- config.h.in.orig 2017-03-13 19:58:34 UTC
+++ config.h.in
@@ -46,6 +46,7 @@
/* Functions
*/
#cmakedefine HAVE_CRYPT_R ${HAVE_CRYPT_R}
+#cmakedefine HAVE_GETLOADAVG ${HAVE_GETLOADAVG}
#cmakedefine HAVE_SETENV ${HAVE_SETENV}
#cmakedefine HAVE_UNSETENV ${HAVE_UNSETENV}
#cmakedefine HAVE_CLEARENV ${HAVE_CLEARENV}