From 9a85a84dd2e0764ec379458dd40a211e205224e5 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sat, 27 Jun 2009 14:52:57 +0000 Subject: [PATCH] Fix build error WITH_HPN. PR: ports/135407 Submitted by: maintainer implicit (already submitted) Pointy hat to: pgollucci --- security/openssh-portable/Makefile | 4 ++-- 1 file 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