summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild')
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild
index 8d0b586c8ded..302ef6115f02 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild,v 1.2 2005/11/15 16:20:51 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5_rc1.ebuild,v 1.3 2005/11/16 22:58:29 anarchy Exp $
unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179
inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib versionator
@@ -64,6 +64,9 @@ src_unpack() {
#cairo-canvas patch
epatch ${FILESDIR}/thunderbird-cairo-canvas.patch
+ # rpath fix
+ epatch ${FILESDIR}/thunderbird-rpath-1.patch
+
# Fix a compilation issue using the 32-bit userland with 64-bit kernel on
# PowerPC, because with that configuration, it detects a ppc64 system.
# -- hansmi, 2005-11-13