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

Collapse All | Expand All

(-)libcdio-paranoia-0.93_p1.ebuild (+9 lines)
Lines 48-54 Link Here
48
		--disable-cpp-progs
48
		--disable-cpp-progs
49
		--with-cd-paranoia-name=libcdio-paranoia
49
		--with-cd-paranoia-name=libcdio-paranoia
50
	)
50
	)
51
52
	# This isn't defined on darwin.
53
	if [[ ${CHOST} == *-darwin* ]] ; then
54
		myeconfargs+=(--without-versioned-libs)
55
	fi
56
51
	autotools-multilib_src_configure
57
	autotools-multilib_src_configure
58
59
	# Implicit declaration of function 'gettimeofday' is invalid in C99.
60
	epatch "${FILESDIR}/fix_gettimeofday.patch"
52
}
61
}
53
pkg_postinst() {
62
pkg_postinst() {

Return to bug 577256