diff options
author | marino <marino@FreeBSD.org> | 2014-08-16 17:47:24 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-16 17:47:24 +0800 |
commit | 266e560aecae3734d135a72429c0dccb95329322 (patch) | |
tree | 524c8550245eaebe8b1415c236dda14e4b8518c9 /textproc | |
parent | 8a399b17427447496d63eb51dcbda33fb8ab5336 (diff) | |
download | freebsd-ports-gnome-266e560aecae3734d135a72429c0dccb95329322.tar.gz freebsd-ports-gnome-266e560aecae3734d135a72429c0dccb95329322.tar.zst freebsd-ports-gnome-266e560aecae3734d135a72429c0dccb95329322.zip |
textproc/teckit: Add header to fix build on lang/gcc47
PR: 192698
Submitted by: Justin Hibbits
Approved by: maintainer (Nikola Lecic)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/teckit/files/patch-source_Compiler.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/teckit/files/patch-source_Compiler.cpp b/textproc/teckit/files/patch-source_Compiler.cpp new file mode 100644 index 000000000000..95a9a8477f5b --- /dev/null +++ b/textproc/teckit/files/patch-source_Compiler.cpp @@ -0,0 +1,10 @@ +--- source/Compiler.cpp.orig 2008-04-07 14:21:12 UTC ++++ source/Compiler.cpp +@@ -33,6 +33,7 @@ Description: + #include <iomanip> + #include <algorithm> + #include <cstring> ++#include <cstdio> + + #include "zlib.h" + |