summaryrefslogtreecommitdiff
path: root/net/queso/files/patch-configure
blob: 703293921f9d1a9fc5faa0d23adb4568c6b28411 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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
        ;;