mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 02:49:14 -04:00
- Use SF macro. PR: ports/125001 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> Approved by: "Jonatan B" <onatan@gmail.com> (maintainer)
14 lines
394 B
Text
14 lines
394 B
Text
--- configure.orig 2008-06-26 05:04:55.000000000 +0000
|
|
+++ configure 2008-06-26 05:05:13.000000000 +0000
|
|
@@ -21924,11 +21924,7 @@
|
|
if test "${ac_cv_dnet_bsd_bpf+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- if test -c /dev/bpf0 ; then
|
|
ac_cv_dnet_bsd_bpf=yes
|
|
- else
|
|
- ac_cv_dnet_bsd_bpf=no
|
|
- fi
|
|
fi
|
|
|
|
echo "$as_me:$LINENO: result: $ac_cv_dnet_bsd_bpf" >&5
|