Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212755
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- media-gfx/graphviz/graphviz-2.16.1-r4.ebuild
0
++ media-gfx/graphviz/graphviz-2.18.ebuild
Lines 138-144 Link Here
138
138
139
	# Update this file from our local libtool which is much newer than the
139
	# Update this file from our local libtool which is much newer than the
140
	# bundled one. This allows MAKEOPTS=-j2 to work on FreeBSD.
140
	# bundled one. This allows MAKEOPTS=-j2 to work on FreeBSD.
141
	cp /usr/share/libtool/install-sh config
141
	if has_version ">=sys-devel/libtool-2" ; then
142
		cp /usr/share/libtool/config/install-sh config
143
	else
144
		cp /usr/share/libtool/install-sh config
145
	fi
142
146
143
	# no nls, no gettext, no iconv macro, so disable it
147
	# no nls, no gettext, no iconv macro, so disable it
144
	use nls || { sed -i -e '/^AM_ICONV/d' configure.ac || die; }
148
	use nls || { sed -i -e '/^AM_ICONV/d' configure.ac || die; }

Return to bug 212755