summaryrefslogtreecommitdiff
path: root/net/mtr
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-07 17:39:40 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-07 17:39:40 +0000
commit65f5ec278464af39f349292b2477440e76f07f3a (patch)
tree67c4bcc1cedc7eba1e7cedd7d4e4addb38fa9e91 /net/mtr
parent- Install in the correct directory (/usr/local/www/data -> /usr/local/www). (diff)
- Fix ipv6 support
Submitted by: ume@
Notes
Notes: svn path=/head/; revision=176731
Diffstat (limited to 'net/mtr')
-rw-r--r--net/mtr/files/patch-configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/mtr/files/patch-configure b/net/mtr/files/patch-configure
new file mode 100644
index 000000000000..74790002695d
--- /dev/null
+++ b/net/mtr/files/patch-configure
@@ -0,0 +1,13 @@
+Index: configure
+diff -u configure.orig configure
+--- configure.orig Sat Sep 30 04:41:56 2006
++++ configure Wed Nov 8 02:02:41 2006
+@@ -7287,8 +7287,6 @@
+
+ fi
+
+-LIBS="$LIBS -lresolv"
+-
+ echo "$as_me:$LINENO: checking for herror" >&5
+ echo $ECHO_N "checking for herror... $ECHO_C" >&6
+ if test "${ac_cv_func_herror+set}" = set; then