CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/05/23 08:16:41
Modified files:
x11/vlc/patches: patch-include_vlc_atomic_h
Log message:
gcc 4.9.4's std::atomic_uint_least32_t is bogus (__atomic_base instead
of atomic), so use the full name.
This should work with both libstdc++ and libc++
noticed by Mark Patruck.
