aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-11-08 01:39:40 +0800
committermiwi <miwi@FreeBSD.org>2006-11-08 01:39:40 +0800
commit2c60c1e9e30fbc4ce7ee86e185397ccbcd81bdc6 (patch)
tree45ff4350b9b79f5bbb11c03a4b3d15f23fbb6edd /net
parent9e943d5a88586e382c4a2e99828c3f973696566d (diff)
downloadfreebsd-ports-gnome-2c60c1e9e30fbc4ce7ee86e185397ccbcd81bdc6.tar.gz
freebsd-ports-gnome-2c60c1e9e30fbc4ce7ee86e185397ccbcd81bdc6.tar.zst
freebsd-ports-gnome-2c60c1e9e30fbc4ce7ee86e185397ccbcd81bdc6.zip
- Fix ipv6 support
Submitted by: ume@
Diffstat (limited to 'net')
-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