pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/37500: net/tcpdump cannot be compiled on Solaris



The following reply was made to PR pkg/37500; it has been noted by GNATS.

From: john heasley <heas%shrubbery.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
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
 



Home | Main Index | Thread Index | Old Index