mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
- print/texlive-infra was renamed with print/texlive-tlmgr. Note that currently tlmgr(1) does not work because of lack of TLPDB. This will be fixed. - Lua libraries used in LuaTeX are separated into devel/tex-libtexlua and devel/texlibtexluajit. USE_TEX supports them via keywords "texlua" and "texluajit". - libsynctex is currently installed by devel/tex-web2c. This will be separated into a single port. - Add graphics/libpotrace and use installed libpotrace and libharfbuzz.
10 lines
245 B
C++
10 lines
245 B
C++
--- texk/dvisvgm/dvisvgm-1.9.2/src/FileFinder.cpp.orig 2015-03-02 08:48:21 UTC
|
|
+++ texk/dvisvgm/dvisvgm-1.9.2/src/FileFinder.cpp
|
|
@@ -34,6 +34,7 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#include <sys/time.h>
|
|
#include <cstdlib>
|
|
#include <fstream>
|
|
#include <map>
|