Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 100597 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.6-r4.ebuild (-1 / +8 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.6-r4.ebuild,v 1.2 2005/08/03 13:55:55 agriffis Exp $
3
# $Header: $
4
4
5
unset ALLOWED_FLAGS  # stupid extra-functions.sh ... bug 49179
5
unset ALLOWED_FLAGS  # stupid extra-functions.sh ... bug 49179
6
inherit flag-o-matic toolchain-funcs eutils mozconfig mozilla-launcher makeedit multilib
6
inherit flag-o-matic toolchain-funcs eutils mozconfig mozilla-launcher makeedit multilib
Lines 69-79 Link Here
69
69
70
	# look in /usr/lib/nsplugins for plugins, in addition to the usual places
70
	# look in /usr/lib/nsplugins for plugins, in addition to the usual places
71
	epatch ${DISTDIR}/mozilla-1.7.10-nsplugins-v2.patch
71
	epatch ${DISTDIR}/mozilla-1.7.10-nsplugins-v2.patch
72
73
	#rpath patch
74
	epatch ${FILESDIR}/mozilla-rpath-1.patch
75
72
}
76
}
73
77
74
src_compile() {
78
src_compile() {
75
	declare MOZILLA_FIVE_HOME=/usr/$(get_libdir)/${PN}
79
	declare MOZILLA_FIVE_HOME=/usr/$(get_libdir)/${PN}
76
80
81
	grep -Flr "#RPATH_FIXER" --include=*.mk . | xargs sed -i -e \
82
		's|#RPATH_FIXER|'"${MOZILLA_FIVE_HOME}"'|'
83
77
	####################################
84
	####################################
78
	#
85
	#
79
	# mozconfig, CFLAGS and CXXFLAGS setup
86
	# mozconfig, CFLAGS and CXXFLAGS setup

Return to bug 100597