diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2009-06-27 14:52:57 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2009-06-27 14:52:57 +0000 |
commit | 9a85a84dd2e0764ec379458dd40a211e205224e5 (patch) | |
tree | 8ca1719dbcb635749efcdbcdab387a34f815e725 /security/openssh-portable | |
parent | 3ead32f494a8cb313f1f430ee45471168955bd6e (diff) | |
download | ports-9a85a84dd2e0764ec379458dd40a211e205224e5.tar.gz ports-9a85a84dd2e0764ec379458dd40a211e205224e5.zip |
Notes
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index d06f3856bed7..ef59c3bbe5cc 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -142,7 +142,7 @@ EXTRA_PATCHES+= ${FILESDIR}/scardpin.patch .endif .if defined(WITH_HPN) -EXTRA_PATCHES+= ${FILESDIR}/openssh-5.2p1-hpn.patch +EXTRA_PATCHES+= ${FILESDIR}/openssh-5.2p1-hpn13v6.diff .endif # See http://dev.inversepath.com/trac/openssh-lpk @@ -159,7 +159,7 @@ CONFIGURE_ARGS+= --with-libs='-lldap' --with-ldflags='-L${LOCALBASE}/lib' \ .if defined(WITH_HPN) && defined(WITH_LPK) EXTRA_PATCHES+= ${FILESDIR}/openssh-lpk+hpn-servconf.patch .elif defined(WITH_HPN) && !defined(WITH_LPK) -EXTRA_PATCHES+= ${FILESDIR}/openssh-5.2p1-hpn-servconf.patch +EXTRA_PATCHES+= ${FILESDIR}/openssh-5.2p1-hpn13v6-servconf.c.diff .elif defined(WITH_LPK) && !defined(WITH_HPN) EXTRA_PATCHES+= ${FILESDIR}/contrib-openssh-lpk-5.1p1-0.3.10-servconf.c.patch .endif |