Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | textproc/htmltolatex: fix build with GCC-based architectures | Piotr Kubaj | 2019-04-27 | 1 | -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 Arnold | 2015-05-22 | 1 | -3/+0 |
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082 | ||||
* | Fix build for -CURRENT (GCC3). | Christian Weisgerber | 2003-02-21 | 1 | -0/+23 |
Notes: svn path=/head/; revision=76068 |