mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Rework the ipv6 detection patch to actually work
PR: 152860 Submitted by: Alexey Illarionov Approved by: maintainer timeout
This commit is contained in:
parent
ef68230df9
commit
a8fdb6fd4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267073
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= quagga
|
||||
PORTVERSION= 0.99.17
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://quagga.net/download/ \
|
||||
http://www.ru.quagga.net/download/ \
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
[#if HAVE_NET_IF_H
|
||||
# include <net/if.h>
|
||||
#endif
|
||||
+#if HAVE_NETINET_IN_VAR_H
|
||||
+# include <netinet/in_var.h>
|
||||
+#if HAVE_NET_IF_VAR_H
|
||||
+# include <net/if_var.h>
|
||||
+#endif
|
||||
#if HAVE_SYS_UN_H
|
||||
# include <sys/un.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue