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

Collapse All | Expand All

(-)icedtea-7.2.6.1.ebuild (+3 lines)
Lines 193-198 Link Here
193
}
193
}
194
194
195
java_prepare() {
195
java_prepare() {
196
	cp "${FILESDIR}"/${SLOT}-xshm-fix.patch patches/xshm-fix.patch || die
197
	export DISTRIBUTION_PATCHES="patches/xshm-fix.patch"
198
196
	if ! use cups; then
199
	if ! use cups; then
197
		# CUPS is always needed at build time but you can at least make it dlopen.
200
		# CUPS is always needed at build time but you can at least make it dlopen.
198
		sed -i 's/SYSTEM_CUPS="true"/SYSTEM_CUPS="false"/g' Makefile.in || die
201
		sed -i 's/SYSTEM_CUPS="true"/SYSTEM_CUPS="false"/g' Makefile.in || die

Return to bug 561500