diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-16 01:43:05 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-16 01:43:05 +0000 |
commit | a4ccad8524597394681718c3f99e4e5533bcf8a6 (patch) | |
tree | 6b28e57c79bdcf1c4b49f1e44341db995daa4c48 /chinese/scim-chinese/files | |
parent | d93eb7b9a259b05b664bbc31229833ee0aeb7c0f (diff) | |
download | ports-a4ccad8524597394681718c3f99e4e5533bcf8a6.tar.gz ports-a4ccad8524597394681718c3f99e4e5533bcf8a6.zip |
Add extra patch for 4-*.
Submitted by: maintainer
Pointyhat by: me
Notes
Notes:
svn path=/head/; revision=116336
Diffstat (limited to 'chinese/scim-chinese/files')
-rw-r--r-- | chinese/scim-chinese/files/extra-patch-4-stable | 10 |
1 files changed, 10 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 000000000000..bec92c2d650c --- /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) |