diff options
author | Robert Clausecker <fuz@fuz.su> | 2022-08-16 15:48:13 +0100 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-08-16 15:51:50 +0100 |
commit | 4d98b01b6fff7b4c1dd36d5f0849ed6dc1f3eb9e (patch) | |
tree | b1b500461164c89219e4fe63dace781d2ab04b7b /net/wackamole/files/patch-configuration.c | |
parent | editors/emacs-devel: Update to 2022-08-16 snapshot (diff) |
net/wackamole: Fix build on armv7
Jails may not have a bpf(4) device, but can still build with BPF.
- fix the configure test for BPF detection
- define LICENSE
- fix two obvious bugs in the code
PR: 265561
Approved by: maintainer timeout, >2 weeks
MFH: 2022Q3
Diffstat (limited to 'net/wackamole/files/patch-configuration.c')
-rw-r--r-- | net/wackamole/files/patch-configuration.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wackamole/files/patch-configuration.c b/net/wackamole/files/patch-configuration.c index e58e93d66ff0..e7d30955a605 100644 --- a/net/wackamole/files/patch-configuration.c +++ b/net/wackamole/files/patch-configuration.c @@ -1,6 +1,6 @@ ---- configuration.c.orig 2014-05-06 16:35:08.783140770 -0700 -+++ configuration.c 2014-05-06 16:35:58.734348535 -0700 -@@ -43,7 +43,7 @@ +--- configuration.c.orig 2003-01-08 05:58:19 UTC ++++ configuration.c +@@ -43,7 +43,7 @@ void Get_conf(const char *File_name, member *My) char my_local_host_name[255]; static const size_t my_local_host_name_len=255; struct hostent *hent; |