diff options
Diffstat (limited to 'net-analyzer/etherape/files/etherape-0.9.1-res_mkquery.patch')
-rw-r--r-- | net-analyzer/etherape/files/etherape-0.9.1-res_mkquery.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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, |