diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-05-26 16:31:13 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-05-26 16:31:13 +0000 |
commit | 354bb12b76c9ed8ea07fcea414dcc312fa8bafc3 (patch) | |
tree | bdce28663b6cdffc3bed74c34f0096032366b3ad /net-analyzer/ngrep/files | |
parent | Bump to EAPI=3, add prefix keywords (diff) | |
download | gentoo-2-354bb12b76c9ed8ea07fcea414dcc312fa8bafc3.tar.gz gentoo-2-354bb12b76c9ed8ea07fcea414dcc312fa8bafc3.tar.bz2 gentoo-2-354bb12b76c9ed8ea07fcea414dcc312fa8bafc3.zip |
Bump to EAPI=3, add prefix keywords, add patch to not search everywhere for includes
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/ngrep/files')
-rw-r--r-- | net-analyzer/ngrep/files/ngrep-1.45-prefix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-analyzer/ngrep/files/ngrep-1.45-prefix.patch b/net-analyzer/ngrep/files/ngrep-1.45-prefix.patch new file mode 100644 index 000000000000..afd2a2362395 --- /dev/null +++ b/net-analyzer/ngrep/files/ngrep-1.45-prefix.patch @@ -0,0 +1,17 @@ +* refrain from doing an absolutely insane check (to see if pcap is + installed in more than one place) + +--- configure.in.orig 2008-01-16 21:30:55 +0100 ++++ configure.in 2008-01-16 21:32:42 +0100 +@@ -268,10 +268,7 @@ + + AC_MSG_CHECKING(for a complete set of pcap headers) + +-possible_dirs="`eval echo -n ${includedir}` \ +- /usr/include /usr/include/pcap \ +- /usr/local/include /usr/local/include/pcap \ +- /usr/share/include /usr/share/include/pcap" ++possible_dirs="`eval echo -n ${includedir}`" + + AC_ARG_WITH(pcap-includes, + [ --with-pcap-includes specify the pcap include directory], |