K 10 svn:author V 6 marino K 8 svn:date V 27 2014-05-12T11:17:44.639727Z K 7 svn:log V 587 devel/binutils: Revert r353788, it was already covered I forgot that this port was already fixed in arguably a better way: In dports, the Makefile.DragonFly file contains this: .if ${DFLYVERSION} > 300702 CONFIGURE_ARGS+= --with-lib-path=/lib:/usr/lib .endif The main makefile should probably have the CONFIGURE_ARGS+= line added to it unconditionally because it doesn't make sense to search /usr/local/lib when PORTSDIR != /usr/local. So DragonFly is fine with the original fix, but FreeBSD should look at taking it. I don't think the DFLYVERSION needs to be checked either. END