summaryrefslogtreecommitdiff
path: root/net/queso/files/patch-configure
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:59:16 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:59:16 +0000
commit69ea23ed7175d5c34a21bba1ef9262f311c69284 (patch)
treee2e604e83659be7f58596e80b3cf18e9d7d06dae /net/queso/files/patch-configure
parentStage net-mgmt/routers2 and cleanup (diff)
Rename net/ patch-xy patches to reflect the files they modify.
Approve by: portmgr (not really, but one of these is modifying an unstaged port)
Notes
Notes: svn path=/head/; revision=363285
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
+ ;;