mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Simplify depending on Kerberos - - Do not use gssapi:bootstrap - - Do not redefine variables already defined by USES - - Instead of patching, pass the KRB5_CONFIG env var - Trim unused dependencies - Remove hunks from the configure.ac patch that aren't needed anymore - Simplify SHEBANG_FILES - No need to define LIB_DIRS, DEBUG_FLAGS and STRIP - Bump PORTREVISION to catch possible regressions Tested by: arrowd Approved by: 0mp, jhixson Pull Request: https://github.com/freebsd/freebsd-ports/pull/272 Sponsored by: Future Crew, LLC
11 lines
350 B
Text
11 lines
350 B
Text
--- configure.ac.orig 2023-05-05 08:11:07 UTC
|
|
+++ configure.ac
|
|
@@ -46,8 +46,6 @@ AC_CONFIG_HEADER(config.h)
|
|
AC_CHECK_HEADERS([stdatomic.h],,AC_MSG_ERROR([C11 atomic types are not supported]))
|
|
AC_CONFIG_HEADER(config.h)
|
|
|
|
-AC_CHECK_TYPES([errno_t], [], [], [[#include <errno.h>]])
|
|
-
|
|
m4_include([src/build_macros.m4])
|
|
BUILD_WITH_SHARED_BUILD_DIR
|
|
|