On Thursday, September 29, 2011 17:57:27 Donnie Berkholz wrote:
> On 13:28 Thu 29 Sep , Mike Frysinger wrote:
> > cleaned up ELT_try_and_apply_patch a bit, and added support for
> > @GENTOO_LIBDIR@ in patches
>
> Is this documented anywhere besides the comment immediately above the
> implement
On 13:28 Thu 29 Sep , Mike Frysinger wrote:
> cleaned up ELT_try_and_apply_patch a bit, and added support for
> @GENTOO_LIBDIR@ in patches
Is this documented anywhere besides the comment immediately above the
implementation? Would be nice for anyone who writes a libtool patch to
be more awar
cleaned up ELT_try_and_apply_patch a bit, and added support for
@GENTOO_LIBDIR@ in patches
-mike
--- libtool.eclass
+++ libtool.eclass
@@ -16,7 +16,7 @@
DESCRIPTION="Based on the ${ECLASS} eclass"
-inherit toolchain-funcs
+inherit multilib toolchain-funcs
ELT_PATCH_DIR="${ECLASSDIR}/ELT-pa