summaryrefslogtreecommitdiff
path: root/net-misc/openssh-x/files/openssh-6.0_p1-fix-freebsd-compilation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/openssh-x/files/openssh-6.0_p1-fix-freebsd-compilation.patch')
-rw-r--r--net-misc/openssh-x/files/openssh-6.0_p1-fix-freebsd-compilation.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-misc/openssh-x/files/openssh-6.0_p1-fix-freebsd-compilation.patch b/net-misc/openssh-x/files/openssh-6.0_p1-fix-freebsd-compilation.patch
deleted file mode 100644
index 3b34cd2e..00000000
--- a/net-misc/openssh-x/files/openssh-6.0_p1-fix-freebsd-compilation.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 2b60300..21b6112 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -725,6 +725,10 @@ mips-sony-bsd|mips-sony-newsos4)
- AC_CHECK_HEADER([net/if_tap.h], ,
- AC_DEFINE([SSH_TUN_NO_L2], [1], [No layer 2 tunnel support]))
- AC_DEFINE([BROKEN_GLOB], [1], [FreeBSD glob does not do what we need])
-+ AC_DEFINE([DISABLE_UTMP], [1],
-+ [Define if you don't want to use utmp])
-+ AC_DEFINE([DISABLE_WTMP], [1],
-+ [Define if you don't want to use wtmp])
- ;;
- *-*-bsdi*)
- AC_DEFINE([SETEUID_BREAKS_SETUID])