summaryrefslogtreecommitdiff
path: root/net/zebra
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>1999-07-07 15:17:36 +0000
committeritojun <itojun@pkgsrc.org>1999-07-07 15:17:36 +0000
commita65c868d9daef27c4ad8c1b43b7c565f2d7f6588 (patch)
tree6759f06c212971c4d2553e91f0a5de2dbc7927fb /net/zebra
parenta44883418cf9ef9fb3da824a474d2f9036650857 (diff)
downloadpkgsrc-a65c868d9daef27c4ad8c1b43b7c565f2d7f6588.tar.gz
fix USE_INET6 build.
Diffstat (limited to 'net/zebra')
-rw-r--r--net/zebra/patches/patch-aa14
-rw-r--r--net/zebra/patches/patch-ab14
2 files changed, 28 insertions, 0 deletions
diff --git a/net/zebra/patches/patch-aa b/net/zebra/patches/patch-aa
new file mode 100644
index 00000000000..591f2204168
--- /dev/null
+++ b/net/zebra/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 1999/07/07 15:17:36 itojun Exp $
+
+--- configure- Wed Jul 7 08:00:42 1999
++++ configure Wed Jul 7 08:01:12 1999
+@@ -2329,7 +2329,8 @@
+
+ RIPNGD="ripngd"
+ OSPF6D="ospf6d"
+- LIB_IPV6="-L/usr/local/v6/lib -linet6"
++# LIB_IPV6="-L/usr/local/v6/lib -linet6"
++ LIB_IPV6=""
+ echo "$ac_t""Kame" 1>&6
+ fi
+ if grep NRL /usr/include/netinet6/in6.h >/dev/null 2>&1; then
diff --git a/net/zebra/patches/patch-ab b/net/zebra/patches/patch-ab
new file mode 100644
index 00000000000..65599c643ef
--- /dev/null
+++ b/net/zebra/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 1999/07/07 15:17:36 itojun Exp $
+
+--- configure.in- Wed Jul 7 08:00:40 1999
++++ configure.in Wed Jul 7 08:01:09 1999
+@@ -296,7 +296,8 @@
+ AC_DEFINE(KAME)
+ RIPNGD="ripngd"
+ OSPF6D="ospf6d"
+- LIB_IPV6="-L/usr/local/v6/lib -linet6"
++# LIB_IPV6="-L/usr/local/v6/lib -linet6"
++ LIB_IPV6=""
+ AC_MSG_RESULT(Kame)
+ fi
+ dnl ------------