diff options
author | obache <obache> | 2013-03-20 06:08:44 +0000 |
---|---|---|
committer | obache <obache> | 2013-03-20 06:08:44 +0000 |
commit | 39f6785f00edbb93007990dd026cc4d65d76ea1c (patch) | |
tree | 6aeace0bf97f75a62f869a4ec3f11410f583af21 /inputmethod/scim-hangul | |
parent | c6ce870b14c405392c780cae77a3d47ce89bef76 (diff) | |
download | pkgsrc-39f6785f00edbb93007990dd026cc4d65d76ea1c.tar.gz |
require unistd.h for access(2)
Diffstat (limited to 'inputmethod/scim-hangul')
-rw-r--r-- | inputmethod/scim-hangul/distinfo | 3 | ||||
-rw-r--r-- | inputmethod/scim-hangul/patches/patch-src_scim__hangul__imengine.cpp | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/inputmethod/scim-hangul/distinfo b/inputmethod/scim-hangul/distinfo index 2e73fb2b12e..83a11246220 100644 --- a/inputmethod/scim-hangul/distinfo +++ b/inputmethod/scim-hangul/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2012/08/19 09:04:17 obache Exp $ +$NetBSD: distinfo,v 1.3 2013/03/20 06:15:58 obache Exp $ SHA1 (scim-hangul-0.4.0.tar.gz) = 2ba06a6d851a1d86c5a9b659c573bfd87e6a7555 RMD160 (scim-hangul-0.4.0.tar.gz) = 7c03cb5461e05f1d4944bef06ebf25005ee0e403 Size (scim-hangul-0.4.0.tar.gz) = 456953 bytes +SHA1 (patch-src_scim__hangul__imengine.cpp) = ee684faefa3d9a54d44edc92d1559172774bcf06 SHA1 (patch-src_scim__hangul__imengine__setup.cpp) = ef01740a3e28cff8c6aa60036c53772f95fb7a19 diff --git a/inputmethod/scim-hangul/patches/patch-src_scim__hangul__imengine.cpp b/inputmethod/scim-hangul/patches/patch-src_scim__hangul__imengine.cpp new file mode 100644 index 00000000000..fdc1422a6de --- /dev/null +++ b/inputmethod/scim-hangul/patches/patch-src_scim__hangul__imengine.cpp @@ -0,0 +1,14 @@ +$NetBSD: patch-src_scim__hangul__imengine.cpp,v 1.1 2013/03/20 06:15:58 obache Exp $ + +* require unistd.h for access(2) + +--- src/scim_hangul_imengine.cpp.orig 2012-07-08 11:16:59.000000000 +0000 ++++ src/scim_hangul_imengine.cpp +@@ -33,6 +33,7 @@ + #include <config.h> + #endif + ++#include <unistd.h> + #include <cstring> + #include <scim.h> + #include "scim_hangul_imengine.h" |