diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-19 19:50:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-19 19:50:52 +0000 |
commit | f50de67ab5b5ff64c28ebedd588e1ac00b5a4dd6 (patch) | |
tree | 81b73ca43e331ad95a7b72ca07cf1c7db14ed800 /textproc/latte/files/patch-latte-text-cli.cxx | |
parent | - Fix build with freetype-2.1.7 (diff) |
- Update to version 2.1
PR: ports/64473
Submitted by: Ports Fury
Diffstat (limited to 'textproc/latte/files/patch-latte-text-cli.cxx')
-rw-r--r-- | textproc/latte/files/patch-latte-text-cli.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/latte/files/patch-latte-text-cli.cxx b/textproc/latte/files/patch-latte-text-cli.cxx new file mode 100644 index 000000000000..a41030126072 --- /dev/null +++ b/textproc/latte/files/patch-latte-text-cli.cxx @@ -0,0 +1,11 @@ +--- latte-text-cli.cxx.orig Thu Oct 7 09:23:34 1999 ++++ latte-text-cli.cxx Fri Mar 19 01:17:52 2004 +@@ -22,6 +22,8 @@ + #include <cstring> + #include <unistd.h> + ++using namespace std; ++ + static void + report_backtrace(const Latte_Error &err) + { |