--- libtool.eclass Sun Oct 3 19:28:34 2004 +++ libtool.eclass.new Sun Oct 3 19:26:10 2004 @@ -19,6 +19,7 @@ # to find an alternate way of resolving that bug at the same time. #DEPEND="!bootstrap? ( sys-devel/libtool )" +DEPEND="ppc-macos? ( sys-apps/prep-libtool ) $DEPEND" DESCRIPTION="Based on the ${ECLASS} eclass" @@ -266,6 +267,7 @@ cd "${start_dir}" uclibctoolize + use ppc-macos && darwinlibtoolize } uclibctoolize() { @@ -298,4 +300,8 @@ ;; esac done +} + +darwinlibtoolize() { + prep-libtool ${S} }