diff options
author | 2012-05-29 08:34:46 +0000 | |
---|---|---|
committer | 2012-05-29 08:34:46 +0000 | |
commit | c00291ce38b73cae81a92f7dd7e5da90eb720e7b (patch) | |
tree | 37d7769808f2dbb71b91372af34cdb0b407d9c96 /net-misc/openssh/openssh-6.0_p1.ebuild | |
parent | Version bump. #417699. Drop old versions. (diff) | |
download | historical-c00291ce38b73cae81a92f7dd7e5da90eb720e7b.tar.gz historical-c00291ce38b73cae81a92f7dd7e5da90eb720e7b.tar.bz2 historical-c00291ce38b73cae81a92f7dd7e5da90eb720e7b.zip |
Fix build failure on Gentoo FreeBSD 9, written by naota, reviewed by xarthisius, approved by Chainsaw, bug #391011
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'net-misc/openssh/openssh-6.0_p1.ebuild')
-rw-r--r-- | net-misc/openssh/openssh-6.0_p1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-6.0_p1.ebuild b/net-misc/openssh/openssh-6.0_p1.ebuild index 1a0479c5c61a..14218c219730 100644 --- a/net-misc/openssh/openssh-6.0_p1.ebuild +++ b/net-misc/openssh/openssh-6.0_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.0_p1.ebuild,v 1.5 2012/05/23 19:32:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-6.0_p1.ebuild,v 1.6 2012/05/29 08:34:46 ryao Exp $ EAPI="2" inherit eutils user flag-o-matic multilib autotools pam systemd @@ -100,6 +100,7 @@ src_prepare() { use ldap && ewarn "Sorry, X509 and LDAP conflict internally, disabling LDAP" fi epatch "${FILESDIR}"/${PN}-6.0_p1-test.patch #391011 + epatch "${FILESDIR}"/${PN}-6.0_p1-fix-freebsd-compilation.patch #391011 epatch "${FILESDIR}"/${PN}-4.7_p1-GSSAPI-dns.patch #165444 integrated into gsskex if [[ -n ${HPN_PATCH} ]] && use hpn; then epatch "${WORKDIR}"/${HPN_PATCH%.*} |