summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-11-04 09:58:26 +0000
committerJeroen Roovers <jer@gentoo.org>2014-11-04 09:58:26 +0000
commitbf54df350aacf21d90eb51797ea9556fd258cd2c (patch)
treeacbc2b5b7dbdd796e044a5cbdf148e37b9a36b4b /net-analyzer/etherape/files
parentgive preference to -mcpu then -mtune then -march for setting cpu, this should... (diff)
downloadgentoo-2-bf54df350aacf21d90eb51797ea9556fd258cd2c.tar.gz
gentoo-2-bf54df350aacf21d90eb51797ea9556fd258cd2c.tar.bz2
gentoo-2-bf54df350aacf21d90eb51797ea9556fd258cd2c.zip
Old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/etherape/files')
-rw-r--r--net-analyzer/etherape/files/etherape-0.9.3-res_mkquery.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-analyzer/etherape/files/etherape-0.9.3-res_mkquery.patch b/net-analyzer/etherape/files/etherape-0.9.3-res_mkquery.patch
deleted file mode 100644
index 02e034385a27..000000000000
--- a/net-analyzer/etherape/files/etherape-0.9.3-res_mkquery.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --exclude='*~' -Naur etherape-0.9.3.orig/configure.in etherape-0.9.3/configure.in
---- etherape-0.9.3.orig/configure.in 2005-08-19 20:06:22.000000000 -0300
-+++ etherape-0.9.3/configure.in 2005-08-19 20:07:57.000000000 -0300
-@@ -79,7 +79,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])] ))))
- else
- AC_CHECK_FUNC(gethostbyaddr_r, ,
- AC_CHECK_LIB(bind, gethostbyaddr_r, ,