1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net-p2p/monero-cli
Vasil Dimov eb8069960d net-p2p/monero-cli: Fix compilation on i386
/usr/src/contrib/llvm/tools/lld/ELF/Driver.cpp:126 contains
"elf_i386" as a recognized name, but for some reason monero fails
to link on the i386 build cluster with an error:

  /usr/bin/ld: unrecognised emulation mode: elf_i386
  Supported emulations: elf_i386_fbsd

Thus, change "elf_i386" to "elf_i386_fbsd".
2018-06-13 06:42:52 +00:00
..
files net-p2p/monero-cli: Upgrade from 0.12.0.0 to 0.12.2.0 2018-06-07 10:46:46 +00:00
distinfo net-p2p/monero-cli: Upgrade from 0.12.0.0 to 0.12.2.0 2018-06-07 10:46:46 +00:00
Makefile net-p2p/monero-cli: Fix compilation on i386 2018-06-13 06:42:52 +00:00
pkg-descr