diff options
author | 2007-10-10 21:27:01 +0000 | |
---|---|---|
committer | 2007-10-10 21:27:01 +0000 | |
commit | c26bd99419e9eabaebfbe6599f74ba3bf31debc9 (patch) | |
tree | 1027de4bd18b016dd83fb44b0f5a06fd46f9bff3 /app-crypt/truecrypt/truecrypt-4.3a.ebuild | |
parent | stable ppc, bug #195212 (diff) | |
download | historical-c26bd99419e9eabaebfbe6599f74ba3bf31debc9.tar.gz historical-c26bd99419e9eabaebfbe6599f74ba3bf31debc9.tar.bz2 historical-c26bd99419e9eabaebfbe6599f74ba3bf31debc9.zip |
Fix for 2.6.23, bug#186901, thanks to virdiq
Package-Manager: portage-2.1.3.12
Diffstat (limited to 'app-crypt/truecrypt/truecrypt-4.3a.ebuild')
-rw-r--r-- | app-crypt/truecrypt/truecrypt-4.3a.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-crypt/truecrypt/truecrypt-4.3a.ebuild b/app-crypt/truecrypt/truecrypt-4.3a.ebuild index 551c17e4c99a..be7adba8bb19 100644 --- a/app-crypt/truecrypt/truecrypt-4.3a.ebuild +++ b/app-crypt/truecrypt/truecrypt-4.3a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild,v 1.1 2007/06/07 16:50:20 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3a.ebuild,v 1.2 2007/10/10 21:27:00 alonbl Exp $ # # NOTES: @@ -41,6 +41,12 @@ pkg_setup() { } +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${P}-2.6.23.patch" +} + src_compile() { linux-mod_src_compile || die "Truecrypt module compilation failed." |