summaryrefslogtreecommitdiff
path: root/net/queso/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'net/queso/files/patch-configure')
-rw-r--r--net/queso/files/patch-configure19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/queso/files/patch-configure b/net/queso/files/patch-configure
new file mode 100644
index 000000000000..703293921f9d
--- /dev/null
+++ b/net/queso/files/patch-configure
@@ -0,0 +1,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
+ ;;