summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/quagga/Makefile2
-rw-r--r--net/quagga/files/patch-configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index dc833331f999..0d2d8fd98045 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -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/ \
diff --git a/net/quagga/files/patch-configure.ac b/net/quagga/files/patch-configure.ac
index aa38eac97a0b..702b3c568dd3 100644
--- a/net/quagga/files/patch-configure.ac
+++ b/net/quagga/files/patch-configure.ac
@@ -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>