The NetBSD Project

CVS log for pkgsrc/audio/taglib/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / audio / taglib

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2016Q2


Revision 1.36 / (download) - annotate - [select for diffs], Sat May 14 15:01:05 2016 UTC (7 years, 11 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Branch point for: pkgsrc-2016Q3
Changes since 1.35: +4 -2 lines
Diff to previous 1.35 (colored)

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

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>