pkgsrc/audio/taglib
abs 6171a0a1cf 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
2016-05-14 15:01:05 +00:00
..
buildlink3.mk recursive bump for audio/taglib shlib major bump 2013-10-17 07:56:39 +00:00
DESCR
distinfo Updated taglib to 1.11. 2016-05-05 12:01:51 +00:00
Makefile audio/taglib looks for atomic support in the following order: std 2016-05-14 15:01:05 +00:00
PLIST Updated taglib to 1.11. 2016-05-05 12:01:51 +00:00