diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-08-16 01:43:05 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-08-16 01:43:05 +0000 |
commit | 00ae14b8d54ee6ae02ecf8a0be782a7a1dcbd2f1 (patch) | |
tree | de40730708dd3d365b4ac1dfe95bdc30567b7b78 /chinese | |
parent | 1aa14ea54e208d7ac507d359cbafa01dc4872f6a (diff) | |
download | FreeBSD-ports-00ae14b8d54ee6ae02ecf8a0be782a7a1dcbd2f1.zip FreeBSD-ports-00ae14b8d54ee6ae02ecf8a0be782a7a1dcbd2f1.tar.gz |
Add extra patch for 4-*.
Submitted by: maintainer
Pointyhat by: me
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/scim-chinese/files/extra-patch-4-stable | 10 | ||||
-rw-r--r-- | chinese/scim-pinyin/files/extra-patch-4-stable | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/chinese/scim-chinese/files/extra-patch-4-stable b/chinese/scim-chinese/files/extra-patch-4-stable new file mode 100644 index 0000000..bec92c2 --- /dev/null +++ b/chinese/scim-chinese/files/extra-patch-4-stable @@ -0,0 +1,10 @@ +--- src/scim_special_table.cpp.orig Wed Aug 4 20:10:57 2004 ++++ src/scim_special_table.cpp Wed Aug 4 20:11:13 2004 +@@ -23,6 +23,7 @@ + #include <time.h> + #include <scim.h> + #include "scim_special_table.h" ++#include <cstdio> + + static inline String + _trim_blank (const String &str) diff --git a/chinese/scim-pinyin/files/extra-patch-4-stable b/chinese/scim-pinyin/files/extra-patch-4-stable new file mode 100644 index 0000000..bec92c2 --- /dev/null +++ b/chinese/scim-pinyin/files/extra-patch-4-stable @@ -0,0 +1,10 @@ +--- src/scim_special_table.cpp.orig Wed Aug 4 20:10:57 2004 ++++ src/scim_special_table.cpp Wed Aug 4 20:11:13 2004 +@@ -23,6 +23,7 @@ + #include <time.h> + #include <scim.h> + #include "scim_special_table.h" ++#include <cstdio> + + static inline String + _trim_blank (const String &str) |