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

Collapse All | Expand All

(-)mozilla-firefox-2.0.0.8.ebuild.orig (-1 / +7 lines)
Lines 120-125 Link Here
120
		epatch ${FILESDIR}/mozilla-filepicker.patch
120
		epatch ${FILESDIR}/mozilla-filepicker.patch
121
	fi
121
	fi
122
122
123
	# workaround for debug builds on amd64 with gcc > 4.2 until upstream
124
	# https://bugzilla.mozilla.org/show_bug.cgi?id=395871 is properly fixed
125
	if use debug && gcc-version ge 4 2 && [[ ${ARCH} == amd64 ]]; then
126
		epatch ${FILESDIR}/remove-pragma-with-debug.patch
127
	fi
128
 
123
	eautoreconf
129
	eautoreconf
124
}
130
}
125
131
Lines 185-191 Link Here
185
	sed -i -e \
185
	sed -i -e \
186
		's|-DARON_WAS_HERE|-DGENTOO_NSPLUGINS_DIR=\\\"/usr/'"$(get_libdir)"'/nsplugins\\\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\\\"/usr/'"$(get_libdir)"'/nsbrowser/plugins\\\"|' \
186
		's|-DARON_WAS_HERE|-DGENTOO_NSPLUGINS_DIR=\\\"/usr/'"$(get_libdir)"'/nsplugins\\\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\\\"/usr/'"$(get_libdir)"'/nsbrowser/plugins\\\"|' \
187
		${S}/config/autoconf.mk \
187
		${S}/config/autoconf.mk \
188
		${S}/xpfe/global/buildconfig.html
188
		${S}/toolkit/content/buildconfig.html
189
189
190
	# This removes extraneous CFLAGS from the Makefiles to reduce RAM
190
	# This removes extraneous CFLAGS from the Makefiles to reduce RAM
191
	# requirements while compiling
191
	# requirements while compiling

Return to bug 188636