SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
net/openmdns/patches/patch-mdnsd_mdnsd_c
Normal file
15
net/openmdns/patches/patch-mdnsd_mdnsd_c
Normal file
|
@ -0,0 +1,15 @@
|
|||
Fix -fno-common build error. Taken from
|
||||
https://svnweb.freebsd.org/ports?view=revision&revision=549579
|
||||
|
||||
Index: mdnsd/mdnsd.c
|
||||
--- mdnsd/mdnsd.c.orig
|
||||
+++ mdnsd/mdnsd.c
|
||||
@@ -45,6 +45,8 @@ int mdns_sock(void);
|
||||
void fetchmyname(char [MAXHOSTNAMELEN]);
|
||||
void fetchhinfo(struct hinfo *);
|
||||
|
||||
+ctl_conns_t ctl_conns;
|
||||
+
|
||||
struct mdnsd_conf *conf = NULL;
|
||||
extern char *malloc_options;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue