diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-08-25 11:59:54 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-08-25 11:59:54 +0800 |
commit | 35d138375b405f12b4892f054592d2e82330368c (patch) | |
tree | 0c7f184420028e5c6dec4bf0182329b9987c9805 /security | |
parent | d1c605f5251cc6c011a1e4b1672021e184233b1e (diff) | |
download | freebsd-ports-gnome-35d138375b405f12b4892f054592d2e82330368c.tar.gz freebsd-ports-gnome-35d138375b405f12b4892f054592d2e82330368c.tar.zst freebsd-ports-gnome-35d138375b405f12b4892f054592d2e82330368c.zip |
Fix patch from r395182 on head. The patch(1) command works fine on 8.4
and 9.3 but not head with this patch.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh-portable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 78d8b64a0373..b1910b833447 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -121,7 +121,7 @@ CONFIGURE_ARGS+= --disable-utmp --disable-wtmp --disable-wtmpx --without-lastlog EXTRA_PATCHES+= ${FILESDIR}/extra-patch-sshd-utmp-size .endif -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-hostkeyalg_plus +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-hostkeyalg_plus:-p1 # Keep this last EXTRA_PATCHES+= ${FILESDIR}/extra-patch-version-addendum |