View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +5 lines)
 Lines 138-144    Link Here 
	# Update this file from our local libtool which is much newer than the
	# Update this file from our local libtool which is much newer than the
	# bundled one. This allows MAKEOPTS=-j2 to work on FreeBSD.
	# bundled one. This allows MAKEOPTS=-j2 to work on FreeBSD.
	cp /usr/share/libtool/install-sh config
	if has_version ">=sys-devel/libtool-2" ; then
		cp /usr/share/libtool/config/install-sh config
	else
		cp /usr/share/libtool/install-sh config
	fi
	# no nls, no gettext, no iconv macro, so disable it
	# no nls, no gettext, no iconv macro, so disable it
	use nls || { sed -i -e '/^AM_ICONV/d' configure.ac || die; }
	use nls || { sed -i -e '/^AM_ICONV/d' configure.ac || die; }