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

Collapse All | Expand All

(-)dbus-1.2.1.ebuild (+11 lines)
Lines 22-27 Link Here
22
	dev-util/pkgconfig
22
	dev-util/pkgconfig
23
	doc? (	app-doc/doxygen
23
	doc? (	app-doc/doxygen
24
		app-text/xmlto )"
24
		app-text/xmlto )"
25
src_unpack() {
26
	unpack ${A}
27
	cd "${S}"
28
29
	# freebsd 6.x do not support -fPIE, we need to patch the configure and
30
	# remove the -fPIE declaration (it's a warkaround, fbsd 7.x support -fPIE).
31
	if use kernel_FreeBSD; then
32
		epatch "${FILESDIR}/${P}_fbsd.patch"
33
		eautoreconf
34
	fi
35
}
25
36
26
src_compile() {
37
src_compile() {
27
	# so we can get backtraces from apps
38
	# so we can get backtraces from apps

Return to bug 224745