--- - branch: MAIN date: Sat May 14 15:01:05 UTC 2016 files: - new: '1.36' old: '1.35' path: pkgsrc/audio/taglib/Makefile pathrev: pkgsrc/audio/taglib/Makefile@1.36 type: modified id: 20160514T150105Z.7d5350e2415b25c7eac9ed8c8742b342f4cee16b log: | audio/taglib looks for atomic support in the following order: std (c++11), boost, gcc, mac, win) The Latest boost update have broken the boost atomic check so it succeeds if boost is installed (even though not buildlinked) Since pkgsrc has a minimum gcc version of 2.8, we can just add CXXFLAGS+= -std=c++11 and have taglib pickup the std atomics, which avoids the boost atomic detect issue, and is arguably better anyway bump pkgrevision module: pkgsrc subject: 'CVS commit: pkgsrc/audio/taglib' unixtime: '1463238065' user: abs