CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/03/12 15:19:29
Modified files:
print/texlive/base: Makefile
Added files:
print/texlive/base/patches:
patch-texk_dvisvgm_dvisvgm-src_libs_brotli_common_platform_h
patch-texk_dvisvgm_dvisvgm-src_libs_brotli_enc_fast_log_h
patch-texk_dvisvgm_dvisvgm-src_libs_brotli_include_brotli_port_h
Log message:
texlive/base: unbreak when building with ports-gcc-4.9
The included dvisvgm contains a bundled version of brotli, that uses
__has_attribute(), only available with gcc>=5. Spotted by landry@,
tested successfully on sparc64 (jca@), macppc (landry@) and amd64 (me).
OK jca@, edd@ (MAINTAINER)