diff options
author | nork <nork@FreeBSD.org> | 2009-06-27 22:52:57 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2009-06-27 22:52:57 +0800 |
commit | 23c5d7fc8691d59c849ff09e60fd393c12677c6f (patch) | |
tree | 500bca79e8d50d78a421d75bcf829c8f192fd2f6 /security/openssh-portable/Makefile | |
parent | 4136bbce9cee708f52692caefcceeb66027f2601 (diff) | |
download | freebsd-ports-gnome-23c5d7fc8691d59c849ff09e60fd393c12677c6f.tar.gz freebsd-ports-gnome-23c5d7fc8691d59c849ff09e60fd393c12677c6f.tar.zst freebsd-ports-gnome-23c5d7fc8691d59c849ff09e60fd393c12677c6f.zip |
Fix build error WITH_HPN.
PR: ports/135407
Submitted by: maintainer implicit (already submitted)
Pointy hat to: pgollucci
Diffstat (limited to 'security/openssh-portable/Makefile')
-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 |