summaryrefslogtreecommitdiff
path: root/net/mtr
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-12 07:51:05 +0000
committerjoerg <joerg>2006-05-12 07:51:05 +0000
commitf07bdfc7d3be30d448ec24746885c4a9ce327fd7 (patch)
treeeccf3c94a2f9c11e8a1769b6fb3af2ab943269c4 /net/mtr
parentc7b86b419cf916dd954e55f54c52c512ea1ccb9e (diff)
downloadpkgsrc-f07bdfc7d3be30d448ec24746885c4a9ce327fd7.tar.gz
Don't override the result of configure a few moments ago by hard-coding
-lresolv. It might not exist at all and break the other configure tests.
Diffstat (limited to 'net/mtr')
-rw-r--r--net/mtr/distinfo3
-rw-r--r--net/mtr/patches/patch-aa21
2 files changed, 23 insertions, 1 deletions
diff --git a/net/mtr/distinfo b/net/mtr/distinfo
index b05b87af5dd..6a9b93d933d 100644
--- a/net/mtr/distinfo
+++ b/net/mtr/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.20 2006/05/04 05:40:16 tron Exp $
+$NetBSD: distinfo,v 1.21 2006/05/12 07:51:05 joerg Exp $
SHA1 (mtr-0.71.tar.gz) = 5a2b72e0d69522e524e961c3195d5878c49510b4
RMD160 (mtr-0.71.tar.gz) = 9979721f39a83f4ad6d41d3e9f4c7848b7a99745
Size (mtr-0.71.tar.gz) = 205442 bytes
+SHA1 (patch-aa) = c1c9bd2d9ffadf312d47f86d52de35dcc80d52f5
SHA1 (patch-ab) = a0050b17371fd6641017249c12b5ee57d1103e35
diff --git a/net/mtr/patches/patch-aa b/net/mtr/patches/patch-aa
new file mode 100644
index 00000000000..055a52aea54
--- /dev/null
+++ b/net/mtr/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.6 2006/05/12 07:51:05 joerg Exp $
+
+--- configure.orig 2006-05-12 07:46:21.000000000 +0000
++++ configure
+@@ -6882,6 +6882,7 @@ _ACEOF
+ LIBS="-lresolv $LIBS"
+
+ else
++ LIBS="$ac_check_lib_save_LIBS"
+
+ echo "$as_me:$LINENO: checking for __res_mkquery in -lresolv" >&5
+ echo $ECHO_N "checking for __res_mkquery in -lresolv... $ECHO_C" >&6
+@@ -6965,8 +6966,6 @@ fi
+
+ 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