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

Collapse All | Expand All

(-)mozilla-1.7.ebuild.old (-1 / +9 lines)
Lines 30-36 Link Here
30
# changing the filename.  (17 Jun 2004 agriffis)
30
# changing the filename.  (17 Jun 2004 agriffis)
31
#		http://downloads.mozdev.org/enigmail/src/enigmail-${EMVER}.tar.gz
31
#		http://downloads.mozdev.org/enigmail/src/enigmail-${EMVER}.tar.gz
32
32
33
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64"
33
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64 ppc64"
34
SLOT="0"
34
SLOT="0"
35
LICENSE="MPL-1.1 NPL-1.1"
35
LICENSE="MPL-1.1 NPL-1.1"
36
36
Lines 139-144 Link Here
139
		cd ${S}/extensions/ipc
139
		cd ${S}/extensions/ipc
140
		epatch ${FILESDIR}/ipc-1.0.6-nsPipeChannel.patch
140
		epatch ${FILESDIR}/ipc-1.0.6-nsPipeChannel.patch
141
	fi
141
	fi
142
143
	cd ${S}
144
	epatch ${FILESDIR}/mozilla-1.7.ppc64.patch
142
}
145
}
143
146
144
src_compile() {
147
src_compile() {
Lines 308-313 Link Here
308
		fi
311
		fi
309
		;;
312
		;;
310
313
314
	ppc64)
315
		# Fixes compilation problem
316
		append-flags -mminimal-toc
317
		;;
318
311
	sparc)
319
	sparc)
312
		# Sparc support ...
320
		# Sparc support ...
313
		replace-sparc64-flags
321
		replace-sparc64-flags

Return to bug 54843