summaryrefslogtreecommitdiff
path: root/net-misc/openssh-x/files/openssh-6.0_p1-fix-freebsd-compilation.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
commitff5dd7b3704b9e8f9f606d4929f95694ec84ddf3 (patch)
tree393b3bd8a65eb3ec464babab42da8d9ec88851c3 /net-misc/openssh-x/files/openssh-6.0_p1-fix-freebsd-compilation.patch
parent4c05e04608db666140daaa94499f5f90521a2cc4 (diff)
cleanup
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])