1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

Rework the ipv6 detection patch to actually work

PR:		152860
Submitted by:	Alexey Illarionov
Approved by:	maintainer timeout
This commit is contained in:
Tilman Keskinoz 2010-12-28 14:35:34 +00:00
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

View File

@ -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/ \

View File

@ -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>