freebsd-ports/textproc/htmltolatex/files
Piotr Kubaj 22bbff4e59 textproc/htmltolatex: fix build with GCC-based architectures
Add USES=compiler:c++11-lang.

Add include <cstring> and <strings.h> to CH2L.cpp.

Add include <cstring> to util.cpp.

Required to build with GCC (used on GCC architectures):
undefined reference to std::__cxx11::basic_string

PR:		237549
Approved by:	pi (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20050
2019-04-27 09:04:29 +00:00
..
patch-abstractTable.cpp Fix build with gcc 3.3 2003-08-16 23:17:20 +00:00
patch-Attribute.h
patch-CH2L.cpp textproc/htmltolatex: fix build with GCC-based architectures 2019-04-27 09:04:29 +00:00
patch-CH2L.h
patch-h2l.l Remove $FreeBSD$ from patches files everywhere. 2015-05-22 20:34:27 +00:00
patch-h2l.y
patch-safe__ostrstream.cpp
patch-StyleTree.cpp
patch-util.cpp