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

Collapse All | Expand All

(-)/usr/portage/media-gfx/iscan/iscan-2.28.1.3.ebuild (+4 lines)
Lines 82-93 Link Here
82
82
83
	epatch "${FILESDIR}"/iscan-2.25.0-drop-ltdl.patch
83
	epatch "${FILESDIR}"/iscan-2.25.0-drop-ltdl.patch
84
	epatch "${FILESDIR}"/iscan-2.25.0-fix-g++-test.patch
84
	epatch "${FILESDIR}"/iscan-2.25.0-fix-g++-test.patch
85
	epatch "${FILESDIR}"/iscan-2.28.1.3-libpng15.patch
85
86
86
	eautoreconf
87
	eautoreconf
87
}
88
}
88
89
89
src_configure() {
90
src_configure() {
90
	append-flags -D_GNU_SOURCE  # needed for 'strndup'
91
	append-flags -D_GNU_SOURCE  # needed for 'strndup'
92
	# Fix selector box bug 388073
93
	replace-flags "-O[0-9s]" "-O1"
94
91
	local myconf="--enable-dependency-reduction"
95
	local myconf="--enable-dependency-reduction"
92
96
93
	if use X; then
97
	if use X; then

Return to bug 390419