diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-15 00:07:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-15 00:07:34 +0000 |
commit | 6a2df815d01f8aab31136b2f71e34b8a40edf188 (patch) | |
tree | 5f23f50693b95da58b79de363e644e21a99f4ba6 /print | |
parent | 0284a637838b305c163b40912a3ea92a141fa104 (diff) | |
download | ports-6a2df815d01f8aab31136b2f71e34b8a40edf188.tar.gz ports-6a2df815d01f8aab31136b2f71e34b8a40edf188.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/texlive-base/files/patch-libc++ | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/print/texlive-base/files/patch-libc++ b/print/texlive-base/files/patch-libc++ new file mode 100644 index 000000000000..649e15564d4c --- /dev/null +++ b/print/texlive-base/files/patch-libc++ @@ -0,0 +1,60 @@ +--- texk/lcdf-typetools/libefont/cff.cc.orig ++++ texk/lcdf-typetools/libefont/cff.cc +@@ -27,6 +27,7 @@ + #include <ctype.h> + #include <efont/t1unparser.hh> + ++#undef static_assert + #ifndef static_assert + #define static_assert(c) switch (c) case 0: case (c): + #endif +--- texk/lcdf-typetools/libefont/t1interp.cc.orig ++++ texk/lcdf-typetools/libefont/t1interp.cc +@@ -30,6 +30,7 @@ + #define CHECK_PATH_START() do { _state = S_PATH; } while (0) + #define CHECK_PATH_END() do { if (_state == S_PATH) { act_closepath(cmd); } _state = S_IPATH; } while (0) + ++#undef static_assert + #ifndef static_assert + # define static_assert(c) switch (c) case 0: case (c): + #endif +--- texk/dvisvgm/dvisvgm-1.0.11/src/FileFinder.cpp.orig ++++ texk/dvisvgm/dvisvgm-1.0.11/src/FileFinder.cpp +@@ -18,6 +18,7 @@ + ** along with this program; if not, see <http://www.gnu.org/licenses/>. ** + *************************************************************************/ + ++#include <sys/time.h> + #include <cstdlib> + #include <fstream> + #include <map> +--- texk/dvisvgm/dvisvgm-1.0.11/src/Message.cpp.orig ++++ texk/dvisvgm/dvisvgm-1.0.11/src/Message.cpp +@@ -18,6 +18,7 @@ + ** along with this program; if not, see <http://www.gnu.org/licenses/>. ** + *************************************************************************/ + ++#include <sys/time.h> + #include <cstdarg> + #include <cstdlib> + #include <cstring> +--- texk/dvisvgm/dvisvgm-1.0.11/src/Font.cpp.orig ++++ texk/dvisvgm/dvisvgm-1.0.11/src/Font.cpp +@@ -18,6 +18,7 @@ + ** along with this program; if not, see <http://www.gnu.org/licenses/>. ** + *************************************************************************/ + ++#include <sys/time.h> + #include <cstdlib> + #include <iostream> + #include <fstream> +--- texk/dvisvgm/dvisvgm-1.0.11/src/FontEncoding.cpp.orig ++++ texk/dvisvgm/dvisvgm-1.0.11/src/FontEncoding.cpp +@@ -18,6 +18,7 @@ + ** along with this program; if not, see <http://www.gnu.org/licenses/>. ** + *************************************************************************/ + ++#include <sys/time.h> + #include <fstream> + #include "Font.h" + #include "FontEncoding.h" |