View | Details | Raw Unified
Collapse All | Expand All

(-) ../../../portage/sys-devel/libtool/libtool-1.5.2-r7.ebuild (-1 / +8 lines)
 Lines 16-22    Link Here 
LICENSE="GPL-2"
LICENSE="GPL-2"
SLOT="1.5"
SLOT="1.5"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
IUSE="uclibc"
IUSE="nocxx uclibc"
DEPEND="virtual/libc
DEPEND="virtual/libc
	>=sys-devel/autoconf-2.58
	>=sys-devel/autoconf-2.58
 Lines 136-141    Link Here 
	einfo "Generate ltmain.sh ..."
	einfo "Generate ltmain.sh ..."
	gen_ltmain_sh || die "Failed to generate ltmain.sh!"
	gen_ltmain_sh || die "Failed to generate ltmain.sh!"
	use nocxx && epatch ${FILESDIR}/${PV}/libtool-1.5.2-nocxx.patch
	# Run gnuconfig_update for both old and new versions *after* patches so we
	# Run gnuconfig_update for both old and new versions *after* patches so we
	# don't screw them up
	# don't screw them up
	gnuconfig_update ${WORKDIR}
	gnuconfig_update ${WORKDIR}
 Lines 148-153    Link Here 
	# ************ libtool-1.3x ************
	# ************ libtool-1.3x ************
	#
	#
	if use nocxx ; then
		export CXX=${CC}
		export CXXCPP="${CC} -E"
	fi
	cd ${OLD_S}
	cd ${OLD_S}
	einfo "Configuring ${OLD_S##*/} ..."
	einfo "Configuring ${OLD_S##*/} ..."