Skip to content

Commit

Permalink
net/netatalk3: Commit missed patch diff
Browse files Browse the repository at this point in the history
  • Loading branch information
xorrkaz committed Oct 6, 2023
1 parent e4d7e0f commit 6f62438
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions 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
Expand Down

0 comments on commit 6f62438

Please sign in to comment.