git: 6f624386151e - main - net/netatalk3: Commit missed patch diff
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Oct 2023 23:18:21 UTC
The branch main has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f624386151e845df095a39885f560bbf87d41f3 commit 6f624386151e845df095a39885f560bbf87d41f3 Author: Joe Marcus Clarke <marcus@FreeBSD.org> AuthorDate: 2023-10-06 23:17:47 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2023-10-06 23:17:47 +0000 net/netatalk3: Commit missed patch diff --- net/netatalk3/files/patch-configure | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/net/netatalk3/files/patch-configure b/net/netatalk3/files/patch-configure index 814542715554..65d60417021b 100644 --- a/net/netatalk3/files/patch-configure +++ b/net/netatalk3/files/patch-configure @@ -1,39 +1,5 @@ --- configure.orig 2023-09-11 13:10:58.000000000 -0400 +++ configure 2023-09-13 15:28:59.173250000 -0400 -@@ -18111,8 +18111,15 @@ fi - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - int allow_severity = 0; int deny_severity = 0; extern char hosts_access(void); -- ,hosts_access(); -+ int -+main (void) -+{ -+hosts_access(); - -+ ; -+ return 0; -+} -+ - _ACEOF - if ac_fn_c_try_link "$LINENO" - then : -@@ -18125,8 +18132,15 @@ else $as_nop - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - int allow_severity = 0; int deny_severity = 0; extern char hosts_access(void); -- ,hosts_access(); -+ int -+main (void) -+{ -+hosts_access(); - -+ ; -+ return 0; -+} -+ - _ACEOF - if ac_fn_c_try_link "$LINENO" - then : @@ -19064,7 +19078,7 @@ if test "x$bdb_required" = "xyes"; then trybdbdir="" dobdbsearch=yes