summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2007-10-10 21:27:01 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2007-10-10 21:27:01 +0000
commitc26bd99419e9eabaebfbe6599f74ba3bf31debc9 (patch)
tree1027de4bd18b016dd83fb44b0f5a06fd46f9bff3 /app-crypt/truecrypt/truecrypt-4.3a.ebuild
parentstable ppc, bug #195212 (diff)
downloadhistorical-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.ebuild8
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."