ports/net/openmdns/patches/patch-mdnsd_control_c

16 lines
385 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Fix -fno-common build error. Taken from
https://svnweb.freebsd.org/ports?view=revision&revision=549579
Index: mdnsd/control.c
--- mdnsd/control.c.orig
+++ mdnsd/control.c
@@ -53,6 +53,8 @@ void control_group_add_service(struct ctl_conn *, st
extern struct mdnsd_conf *conf;
+struct control_state control_state;
+
void
control_lookup(struct ctl_conn *c, struct imsg *imsg)
{