diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-12 01:07:10 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-12 01:07:10 +0000 |
commit | b032038bedd98463bb73c87649788bfd1754d3e3 (patch) | |
tree | eee2ac11edf0afc4d5dc041c210961a347673c02 /net-mail/evolution/evolution-1.4.0.ebuild | |
parent | tidy; actually install all the docs (diff) | |
download | gentoo-2-b032038bedd98463bb73c87649788bfd1754d3e3.tar.gz gentoo-2-b032038bedd98463bb73c87649788bfd1754d3e3.tar.bz2 gentoo-2-b032038bedd98463bb73c87649788bfd1754d3e3.zip |
added workaround for scrollkeeper_docs sandbox violation
Diffstat (limited to 'net-mail/evolution/evolution-1.4.0.ebuild')
-rw-r--r-- | net-mail/evolution/evolution-1.4.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-mail/evolution/evolution-1.4.0.ebuild b/net-mail/evolution/evolution-1.4.0.ebuild index 4e5f00f4e2de..04661f085eab 100644 --- a/net-mail/evolution/evolution-1.4.0.ebuild +++ b/net-mail/evolution/evolution-1.4.0.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/net-mail/evolution/evolution-1.4.0.ebuild,v 1.2 2003/06/10 22:55:10 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.4.0.ebuild,v 1.3 2003/06/12 01:07:01 liquidx Exp $ IUSE="ssl mozilla ldap doc spell pda ipv6 kerberos kde" @@ -67,6 +67,11 @@ src_unpack() { cd ${S}; sed -i -e "s/-ldb1//" configure # fix desktop link epatch ${FILESDIR}/evolution-1.4.0-bad-1.3.patch + + # we need the omf fix, or else we get access violation + # errors related to sandbox + gnome2_omf_fix ${S}/help/C/Makefile.in + } ##### compile evolution specific db3 for static linking ##### |