diff options
author | ume <ume@FreeBSD.org> | 2005-07-21 16:03:16 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2005-07-21 16:03:16 +0800 |
commit | f4103cbfb995eddc5103dff9a83da89f6f1459c0 (patch) | |
tree | a234b66989b8ceae2c216d32ddeff02b69abc614 | |
parent | 48e94bd16cd220b89a25ff9eb4fda7bba88b61bf (diff) | |
download | freebsd-ports-gnome-f4103cbfb995eddc5103dff9a83da89f6f1459c0.tar.gz freebsd-ports-gnome-f4103cbfb995eddc5103dff9a83da89f6f1459c0.tar.zst freebsd-ports-gnome-f4103cbfb995eddc5103dff9a83da89f6f1459c0.zip |
make it compilable on 4.x.
Reported by: pointyhat via kris
-rw-r--r-- | japanese/scim-anthy/files/patch-src::scim_anthy_utils.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/scim-anthy/files/patch-src::scim_anthy_utils.cpp b/japanese/scim-anthy/files/patch-src::scim_anthy_utils.cpp new file mode 100644 index 000000000000..489d1e2bdc08 --- /dev/null +++ b/japanese/scim-anthy/files/patch-src::scim_anthy_utils.cpp @@ -0,0 +1,12 @@ +Index: src/scim_anthy_utils.cpp +diff -u src/scim_anthy_utils.cpp.orig src/scim_anthy_utils.cpp +--- src/scim_anthy_utils.cpp.orig Thu Jul 7 17:24:45 2005 ++++ src/scim_anthy_utils.cpp Thu Jul 21 16:54:04 2005 +@@ -17,6 +17,7 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + ++#include <unistd.h> + #include <sys/wait.h> + + #include "scim_anthy_utils.h" |