diff options
Diffstat (limited to 'dev-db/sqlite/sqlite-3.6.14.2.ebuild')
-rw-r--r-- | dev-db/sqlite/sqlite-3.6.14.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-db/sqlite/sqlite-3.6.14.2.ebuild b/dev-db/sqlite/sqlite-3.6.14.2.ebuild index 314a9bb12583..7174e16a92f9 100644 --- a/dev-db/sqlite/sqlite-3.6.14.2.ebuild +++ b/dev-db/sqlite/sqlite-3.6.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.14.2.ebuild,v 1.1 2009/05/26 10:55:03 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.6.14.2.ebuild,v 1.2 2009/05/28 17:53:24 arfrever Exp $ EAPI="1" @@ -43,6 +43,8 @@ src_unpack() { # note: this sandbox fix is no longer needed with sandbox-1.3+ epatch "${FILESDIR}"/sandbox-fix2.patch + epatch "${FILESDIR}/${P}-fix_alignment.patch" + epunt_cxx } |