1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/queso/files/patch-02
1998-10-24 23:31:27 +00:00

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
;;