K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-02-27T09:51:45.370431Z K 7 svn:log V 567 - Some ports ship with libtool 1.5.x + "anygcc" patch. This modified version calls "gcc" in two places. Replace that with $CC. - r346193 added -B${LOCALBASE}/bin in Uses/fortran.mk, just like compiler.mk, but libtool doesn't recognise this flag and discards it. Patch ltmain.sh so it passes the flag to the linker unmodified. This only works on libtool 2.x for now, but that's good enough to fix the PRs below and a linker error in math/octave on FreeBSD/i386 8.x. (When those ports set USES=libtool.) PR: ports/186946, ports/187000 Approved by: bapt END