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

Collapse All | Expand All

(-)/usr/portage/dev-util/pkgconfig/pkgconfig-0.23.ebuild (+4 lines)
Lines 29-34 Link Here
29
	# lines are inherited between libraries
29
	# lines are inherited between libraries
30
	use elibc_FreeBSD && myconf="${myconf} --enable-indirect-deps"
30
	use elibc_FreeBSD && myconf="${myconf} --enable-indirect-deps"
31
31
32
	# Force GNU89 to avoid linking issues (e.g. Clang defaults to C99 and
33
	# fails to link due to duplicate function definitions)
34
	append-flags -std=gnu89
35
32
	econf ${myconf} || die "econf failed"
36
	econf ${myconf} || die "econf failed"
33
	emake || die "emake failed"
37
	emake || die "emake failed"

Return to bug 297248