1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/binutils
John Marino ff91fe3b9f 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.
2014-05-12 11:17:44 +00:00
..
files devel/binutils: Revert r353788, it was already covered 2014-05-12 11:17:44 +00:00
distinfo
Makefile
pkg-descr
pkg-plist