[Bug 216745] net-p2p/qbittorrent: fails to build with clang 4.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 3 02:33:31 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216745

--- Comment #3 from Jan Beich (mail not working) <jbeich at FreeBSD.org> ---
Comment on attachment 179554
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179554
src/performance_counters.cpp (preprocessed diff)

Boost.Atomic trips up on the following change:

$ clang39 -dM -E -</dev/null 2>&1 | fgrep __GCC_ATOMIC_LLONG_LOCK_FREE
#define __GCC_ATOMIC_LLONG_LOCK_FREE 1

$ cc -dM -E -</dev/null 2>&1 | fgrep __GCC_ATOMIC_LLONG_LOCK_FREE
#define __GCC_ATOMIC_LLONG_LOCK_FREE 2

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list