diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2004-01-14 21:27:20 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2004-01-14 21:27:20 +0000 |
commit | f700de08d03402c368f775c5e217262e093e34d1 (patch) | |
tree | 29a08282c52a05ca94e81274bf7053c5bd44faba /app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild | |
parent | Mark -r25 stable on alpha to fix bug 38116 (diff) | |
download | historical-f700de08d03402c368f775c5e217262e093e34d1.tar.gz historical-f700de08d03402c368f775c5e217262e093e34d1.tar.bz2 historical-f700de08d03402c368f775c5e217262e093e34d1.zip |
Added John Hunt's SSL patch
Diffstat (limited to 'app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild')
-rw-r--r-- | app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild b/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild index 1f9c86a8cc74..cee149f198cc 100644 --- a/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild +++ b/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild,v 1.3 2003/12/16 17:41:51 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild,v 1.4 2004/01/14 21:27:10 rphillips Exp $ DESCRIPTION="Kerberos 4 implementation from KTH" SRC_URI="ftp://ftp.pdc.kth.se/pub/krb/src/krb4-${PV}.tar.gz" @@ -21,6 +21,7 @@ src_compile() { echo ${PORTAGE_TMPDIR} epatch ${FILESDIR}/kth-gentoo.patch + epatch ${FILESDIR}/kth-gentoo-ssl.patch use ssl && myconf="${myconf} --with-openssl=/usr" |