mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- 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
10 lines
321 B
C
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}
|