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

(-)/usr/portage/app-office/openoffice/openoffice-1.1.3-r1.ebuild (-2 / +13 lines)
Lines 33-39 Link Here
33
S="${WORKDIR}/OOo_${PV}_src"
33
S="${WORKDIR}/OOo_${PV}_src"
34
DESCRIPTION="OpenOffice.org, a full office productivity suite."
34
DESCRIPTION="OpenOffice.org, a full office productivity suite."
35
SRC_URI="mirror://openoffice/stable/${PV}/OOo_${PV}-1_source.tar.gz
35
SRC_URI="mirror://openoffice/stable/${PV}/OOo_${PV}-1_source.tar.gz
36
		http://www.stlport.org/archive/STLport-4.6.2.tar.gz"
36
		http://www.stlport.org/archive/STLport-4.6.2.tar.gz
37
		ppc? ( http://dev.gentoo.org/~josejx/LINUXGCCPinc.zip
38
			   http://dev.gentoo.org/~josejx/LINUXGCCPlib.zip
39
			   http://dev.gentoo.org/~josejx/LINUXGCCPruntime.zip )"
40
37
HOMEPAGE="http://www.openoffice.org/"
41
HOMEPAGE="http://www.openoffice.org/"
38
42
39
LICENSE="|| ( LGPL-2  SISSL-1.1 )"
43
LICENSE="|| ( LGPL-2  SISSL-1.1 )"
Lines 210-218 Link Here
210
214
211
	cd ${WORKDIR}
215
	cd ${WORKDIR}
212
	unpack ${A}
216
	unpack ${A}
217
	cd ${S}
218
	
219
	# Fix for missing ppc moz includes
220
	if use ppc; then
221
		cp ${DISTDIR}/LINUXGCCPinc.zip ${S}/moz/zipped || die
222
		cp ${DISTDIR}/LINUXGCCPlib.zip ${S}/moz/zipped || die
223
		cp ${DISTDIR}/LINUXGCCPruntime.zip ${S}/moz/zipped || die
224
	fi
213
225
214
	#Still needed: The STLport patch
226
	#Still needed: The STLport patch
215
	cd ${S}
216
	cp ${DISTDIR}/STLport-4.6.2.tar.gz ${S}/stlport/download || die
227
	cp ${DISTDIR}/STLport-4.6.2.tar.gz ${S}/stlport/download || die
217
	epatch ${FILESDIR}/${PV}/newstlportfix2.patch
228
	epatch ${FILESDIR}/${PV}/newstlportfix2.patch
218
229

Return to bug 71286