mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
0d9972514b
the result.
20 lines
357 B
Plaintext
20 lines
357 B
Plaintext
--- configure.orig Tue Sep 22 13:42:29 1998
|
|
+++ configure Sat Oct 24 11:56:57 1998
|
|
@@ -1110,6 +1110,16 @@
|
|
;;
|
|
esac
|
|
;;
|
|
+FreeBSD)
|
|
+ PCAP=1
|
|
+ case "`uname -m`" in
|
|
+ i386)
|
|
+ unset NEEDS_HTONS_IP_LEN
|
|
+ ;;
|
|
+ alpha)
|
|
+ ;;
|
|
+ esac
|
|
+ ;;
|
|
*)
|
|
PCAP=1
|
|
;;
|