CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2024/11/25 12:27:49

Modified files:
        print/texlive/base: Makefile 

Log message:
texlive uses the icu4c C++ API and requires C++17 since icu4c-75

base-clang defaults to C++17 but ports-gcc defaults to C++14, and we
were previously forcing C++11 for previous icu4c versions.  Bump to
C++17, using CXXFLAGS_${CHOSEN_COMPILER}.  This unbreaks texlive/base on
sparc64 and friends.

ok kmos@ edd@ (maintainer)

Reply via email to