CVSROOT: /cvs Module name: ports Changes by: [email protected] 2015/07/31 10:08:44
Modified files:
net/libtorrent : Makefile
Log message:
build libtorrent with -march=i586 -fomit-frame-pointer on i386, to allow
64-bit atomic operations. (insufficient reg's to retain the frame pointer)
copy net/rtorrent's BROKEN markers for the remaining arch to libtorrent
instead; the actual failures are in the library, but don't show up until
attempting to link it.
ok tobiasu@ dcoppa@
