summaryrefslogtreecommitdiff
path: root/textproc/htmltolatex/files/patch-util.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/htmltolatex: fix build with GCC-based architecturesPiotr Kubaj2019-04-271-4/+8
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=500204
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Fix build for -CURRENT (GCC3).Christian Weisgerber2003-02-211-0/+23
Notes: svn path=/head/; revision=76068