From 43a12fd6ee1e7a0cdd732c106e60f1a9e6ca8492 Mon Sep 17 00:00:00 2001 From: Eldad Zack Date: Mon, 7 Feb 2005 10:57:19 +0000 Subject: Reapplied res_mkquery patch. Closes #79385. (Portage version: 2.0.51-r15) --- net-analyzer/etherape/files/etherape-0.9.1-res_mkquery.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net-analyzer/etherape/files/etherape-0.9.1-res_mkquery.patch (limited to 'net-analyzer/etherape/files') diff --git a/net-analyzer/etherape/files/etherape-0.9.1-res_mkquery.patch b/net-analyzer/etherape/files/etherape-0.9.1-res_mkquery.patch new file mode 100644 index 000000000000..51a8fd66cd3f --- /dev/null +++ b/net-analyzer/etherape/files/etherape-0.9.1-res_mkquery.patch @@ -0,0 +1,12 @@ +--- configure.in 2003-03-01 22:05:30.000000000 +0000 ++++ configure.in 2004-02-06 12:00:20.538728352 +0000 +@@ -52,7 +52,8 @@ + + AC_CHECK_FUNC(res_mkquery, , + AC_CHECK_LIB(bind, res_mkquery, , +- AC_CHECK_LIB(resolv, res_mkquery, , AC_MSG_ERROR(No resolver library found)))) ++ AC_CHECK_LIB(resolv, res_mkquery, , ++ AC_CHECK_LIB(resolv, __res_mkquery, , AC_MSG_ERROR(No resolver library found))))) + + # Check for the pcap library. + AC_ARG_ENABLE(static-pcap, -- cgit v1.2.3-65-gdbad