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 | |
parent | c6ce870b14c405392c780cae77a3d47ce89bef76 (diff) | |
download | pkgsrc-39f6785f00edbb93007990dd026cc4d65d76ea1c.tar.gz |
require unistd.h for access(2)
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/scim-fcitx/distinfo | 3 | ||||
-rw-r--r-- | inputmethod/scim-fcitx/patches/patch-src_tools.cpp | 14 | ||||
-rw-r--r-- | inputmethod/scim-hangul/distinfo | 3 | ||||
-rw-r--r-- | inputmethod/scim-hangul/patches/patch-src_scim__hangul__imengine.cpp | 14 |
4 files changed, 32 insertions, 2 deletions
diff --git a/inputmethod/scim-fcitx/distinfo b/inputmethod/scim-fcitx/distinfo index fd658d09861..b621948d3b2 100644 --- a/inputmethod/scim-fcitx/distinfo +++ b/inputmethod/scim-fcitx/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/11/24 11:53:35 obache Exp $ +$NetBSD: distinfo,v 1.2 2013/03/20 06:08:44 obache Exp $ SHA1 (scim-fcitx.3.1.1.tar.bz2) = 900d4c4de01bc87a1f9b543afc15e8ccb1ae7775 RMD160 (scim-fcitx.3.1.1.tar.bz2) = 7c064af4b8c847caac1ae27d6356e9b925bb6528 Size (scim-fcitx.3.1.1.tar.bz2) = 1612134 bytes SHA1 (patch-aa) = 3b50251864dd69c79dfef9c46c728e735a88248e +SHA1 (patch-src_tools.cpp) = 3d3e3328289faebea780a1504f1ce70e8d7a2671 diff --git a/inputmethod/scim-fcitx/patches/patch-src_tools.cpp b/inputmethod/scim-fcitx/patches/patch-src_tools.cpp new file mode 100644 index 00000000000..3c35ecaa52e --- /dev/null +++ b/inputmethod/scim-fcitx/patches/patch-src_tools.cpp @@ -0,0 +1,14 @@ +$NetBSD: patch-src_tools.cpp,v 1.1 2013/03/20 06:08:44 obache Exp $ + +* require unistd.h for access(2). + +--- src/tools.cpp.orig 2005-05-20 14:41:12.000000000 +0000 ++++ src/tools.cpp +@@ -12,6 +12,7 @@ using namespace scim; + #include <stdio.h> + #include <stdlib.h> + #include <sys/stat.h> ++#include <unistd.h> + #include <limits.h> + #include <string.h> + 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" |