Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 86070
Collapse All | Expand All

(-)mozilla-firefox-1.0.3.ebuild (-4 / +2 lines)
Lines 105-113 Link Here
105
	####################################
105
	####################################
106
106
107
	# ./configure picks up the mozconfig stuff
107
	# ./configure picks up the mozconfig stuff
108
	export LD="$(tc-getLD)"
108
	CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \
109
	export CC="$(tc-getCC)"
110
	export CXX="$(tc-getCXX)"
111
	./configure || die "configure failed"	
109
	./configure || die "configure failed"	
112
	# econf
110
	# econf
113
111
Lines 115-121 Link Here
115
	# requirements while compiling
113
	# requirements while compiling
116
	edit_makefiles
114
	edit_makefiles
117
115
118
	emake MOZ_PHOENIX=1 CXX="$(tc-getCXX)" CC="$(tc-getCC)" LD="$(tc-getLD)" || die
116
	emake MOZ_PHOENIX=1 || die
119
117
120
        ####################################
118
        ####################################
121
	#
119
	#

Return to bug 86070