Subject: Re: pkg/37500: net/tcpdump cannot be compiled on Solaris
To: None <solaris-pkg-people@NetBSD.org, gnats-admin@netbsd.org,>
From: john heasley <heas@shrubbery.net>
List: pkgsrc-bugs
Date: 12/18/2007 06:40:06
The following reply was made to PR pkg/37500; it has been noted by GNATS.

From: john heasley <heas@shrubbery.net>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/37500: net/tcpdump cannot be compiled on Solaris
Date: Tue, 18 Dec 2007 05:38:21 +0000

 This is fixed in tcpdump-3.9.8, where patch-af is unnecessary, but the
 following is necessary.
 
 --- configure.orig      2007-12-18 05:21:51.000000000 +0000
 +++ configure
 @@ -4035,7 +4035,7 @@ fi
  
  done
  
 -if test "$ac_cv_header_net_pfvar_h" == yes; then
 +if test "$ac_cv_header_net_pfvar_h" = yes; then
         LOCALSRC="print-pflog.c $LOCALSRC"
  fi