summaryrefslogtreecommitdiff
path: root/mbone/sdr/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/sdr/patches/patch-af')
-rw-r--r--mbone/sdr/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/mbone/sdr/patches/patch-af b/mbone/sdr/patches/patch-af
new file mode 100644
index 00000000000..b9ce5f78a6a
--- /dev/null
+++ b/mbone/sdr/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.6 2009/12/02 08:19:02 snj Exp $
+
+--- ../freebsd/configure.orig 2009-12-02 00:06:42.000000000 -0800
++++ ../freebsd/configure 2009-12-02 00:06:38.000000000 -0800
+@@ -1,7 +1,7 @@
+ #!/bin/sh
+ if test "$1" = "--enable-ipv6"
+ then
+- (echo "IFLAGS=-DHAVE_IPV6"; echo "ILIBS=-L/usr/local/v6/lib -linet6"; cat Makefile.freebsd ../src/Makefile.template) > Makefile
++ (echo "IFLAGS=-DHAVE_IPV6"; cat Makefile.freebsd ../src/Makefile.template) > Makefile
+ else
+ cat Makefile.freebsd ../src/Makefile.template > Makefile
+ fi