diff options
author | 2014-09-26 19:54:32 +0000 | |
---|---|---|
committer | 2014-09-26 19:54:32 +0000 | |
commit | df0ee38d19969e1e82218aef17287d121fcf011d (patch) | |
tree | 9ddef3fcef827b19a2bee678351b9366aafd1eaf /app-i18n/scim-tables/files | |
parent | dropping file temporarily to adjust sticky options (diff) | |
download | historical-df0ee38d19969e1e82218aef17287d121fcf011d.tar.gz historical-df0ee38d19969e1e82218aef17287d121fcf011d.tar.bz2 historical-df0ee38d19969e1e82218aef17287d121fcf011d.zip |
fixed cvs sticky options on file(s) that should not have cvs keyword expansion
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0x2B6559ED
Diffstat (limited to 'app-i18n/scim-tables/files')
-rw-r--r-- | app-i18n/scim-tables/files/scim-tables-0.5.8+gcc-4.3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-i18n/scim-tables/files/scim-tables-0.5.8+gcc-4.3.patch b/app-i18n/scim-tables/files/scim-tables-0.5.8+gcc-4.3.patch new file mode 100644 index 000000000000..96e5c820813e --- /dev/null +++ b/app-i18n/scim-tables/files/scim-tables-0.5.8+gcc-4.3.patch @@ -0,0 +1,11 @@ + diff -up scim-tables-0.5.8/src/scim_generic_table.h.gcc43~ scim-tables-0.5.8/src/scim_generic_table.h +--- scim-tables-0.5.8/src/scim_generic_table.h.gcc43~ 2008-01-13 08:03:06.000000000 +0000 ++++ scim-tables-0.5.8/src/scim_generic_table.h 2008-01-13 08:03:06.000000000 +0000 +@@ -24,6 +24,7 @@ + * $Id: scim_generic_table.h,v 1.7 2006/08/23 10:25:32 suzhe Exp $ + */ + ++#include <cstring> + #if !defined (__SCIM_GENERIC_TABLE_H) + #define __SCIM_GENERIC_TABLE_H + |