freebsd-ports/net/ntop/files/patch-configure.in
Pav Lucistnik 4bdb5022db - Update to 3.3
PR:		ports/114681
Submitted by:	Wesley Shields <wxs@atarininja.org> (maintainer)
2007-07-22 01:19:36 +00:00

13 lines
477 B
Text

--- ./configure.in.orig Sat Jun 9 17:30:00 2007
+++ ./configure.in Tue Jul 17 12:37:26 2007
@@ -577,8 +577,8 @@
dnl>
if test ".${PCAP_ROOT}" != .; then
if test -d $PCAP_ROOT &&
- test -r $PCAP_ROOT/libpcap.a &&
- test -r $PCAP_ROOT/pcap.h; then
+ test -r $PCAP_ROOT/lib/libpcap.a &&
+ test -r $PCAP_ROOT/include/pcap.h; then
PCAP_ROOT=`cd ${PCAP_ROOT} && pwd`
CORELIBS="${CORELIBS} -L$PCAP_ROOT -lpcap"
INCS="${INCS} -I$PCAP_ROOT"