freebsd-ports/print/texlive-base/files/patch-texk-dvisvgm-dvisvgm-1.60-src-Font.cpp
Hiroki Sato 6e0c41ef75 Update TeXLive to 2014.
- Note that full support of configuration tools such as tlmgr and texconfig
  is not ready yet.

- Most of dviware now supports libpaper to choose the default papersize.
  Use paperconfig(8) utility or print/papersize-default-* packages.

- Some quite old macros of the age of latex209 have been removed, and
  there are user-visible/invisible incompatibilities.  Please send a report
  to freebsd-tex@FreeBSD.org or file a PR if you have trouble.
2014-08-22 11:04:23 +00:00

10 lines
362 B
C++

--- texk/dvisvgm/dvisvgm-1.6/src/Font.cpp.orig 2014-04-13 22:09:23.000000000 +0900
+++ texk/dvisvgm/dvisvgm-1.6/src/Font.cpp 2014-08-20 23:41:16.000000000 +0900
@@ -19,6 +19,7 @@
*************************************************************************/
#include <config.h>
+#include <sys/time.h>
#include <cstdlib>
#include <iostream>
#include <fstream>