diff options
Diffstat (limited to 'www-apache/anyterm/files/anyterm-1.1.8-common-extern.patch')
-rw-r--r-- | www-apache/anyterm/files/anyterm-1.1.8-common-extern.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www-apache/anyterm/files/anyterm-1.1.8-common-extern.patch b/www-apache/anyterm/files/anyterm-1.1.8-common-extern.patch new file mode 100644 index 000000000000..77705ead99ce --- /dev/null +++ b/www-apache/anyterm/files/anyterm-1.1.8-common-extern.patch @@ -0,0 +1,26 @@ +diff -Naur anyterm-1.1.8/common/html.hh anyterm/common/html.hh +--- anyterm-1.1.8/common/html.hh 2005-09-05 09:50:28.000000000 +0200 ++++ anyterm/common/html.hh 2006-01-23 16:52:24.000000000 +0100 +@@ -31,7 +31,9 @@ + + #include <string> + ++extern "C" { + #include <rote/rote.h> ++} + + #include "Screen.hh" + +diff -Naur anyterm-1.1.8/common/Screen.hh anyterm/common/Screen.hh +--- anyterm-1.1.8/common/Screen.hh 2005-09-03 15:27:05.000000000 +0200 ++++ anyterm/common/Screen.hh 2006-01-23 16:52:35.000000000 +0100 +@@ -24,7 +24,9 @@ + #define Screen_hh + + #include <vector> ++extern "C" { + #include <rote/rote.h> ++} + + + class Screen: public std::vector<RoteCell> { |