From 69ea23ed7175d5c34a21bba1ef9262f311c69284 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 29 Jul 2014 01:59:16 +0000 Subject: 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) --- net/queso/files/patch-configure | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net/queso/files/patch-configure (limited to 'net/queso/files/patch-configure') 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 + ;; -- cgit v1.2.3