diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-06-06 11:46:08 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-06-06 11:46:08 +0000 |
commit | c97149bc7f6e39d2342a462495eab3cc9b8f962b (patch) | |
tree | eec9c7106ae8a7ce4692e8e7763d5005f5d80d64 /app-crypt/truecrypt/truecrypt-4.2.ebuild | |
parent | Version bump. Removed old ebuilds. (diff) | |
download | historical-c97149bc7f6e39d2342a462495eab3cc9b8f962b.tar.gz historical-c97149bc7f6e39d2342a462495eab3cc9b8f962b.tar.bz2 historical-c97149bc7f6e39d2342a462495eab3cc9b8f962b.zip |
fix for 2.6.17 kernels that nolonger define SECTOR_FORMAT as per bug #135741
Package-Manager: portage-2.1_rc4-r2
Diffstat (limited to 'app-crypt/truecrypt/truecrypt-4.2.ebuild')
-rw-r--r-- | app-crypt/truecrypt/truecrypt-4.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/truecrypt/truecrypt-4.2.ebuild b/app-crypt/truecrypt/truecrypt-4.2.ebuild index 0bef8def14fa..27373313779a 100644 --- a/app-crypt/truecrypt/truecrypt-4.2.ebuild +++ b/app-crypt/truecrypt/truecrypt-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.2.ebuild,v 1.1 2006/06/05 08:19:18 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.2.ebuild,v 1.2 2006/06/06 11:46:08 dragonheart Exp $ inherit linux-mod toolchain-funcs @@ -33,6 +33,7 @@ src_unpack() { cd "${S}" linux-mod_pkg_setup epatch "${FILESDIR}/${P}-makefile.patch" + epatch "${FILESDIR}/${P}-nosectorformat.patch" } src_compile() { |