CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/12/29 11:48:44
Modified files:
audio/py-tagpy : Makefile
Log message:
fix build with newer setuptools - it looks like they split C++ compiler
flags from C compiler flags (good) but didn't realise that CPPFLAGS is
supposed to mean "C preprocessor" not "C++" so they used that instead of
the standard CXXFLAGS.
