diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:00:04 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:00:04 +0000 |
commit | 15040bf4afd778eddb6074e4e0a98a17ff5acd01 (patch) | |
tree | c5e8fbe3e82bcf08d3662e22a94d592885d4715c /inputmethod/skkfep/patches/patch-ab | |
parent | bafcb1bc2c795c7c95278a8f110904e8a150d0ef (diff) | |
download | pkgsrc-15040bf4afd778eddb6074e4e0a98a17ff5acd01.tar.gz |
Reimport of package skkfep from japanese/skkfep into inputmethod/skkfep.
This is part of the japanese category retirement.
CATEGORIES adjusted.
Diffstat (limited to 'inputmethod/skkfep/patches/patch-ab')
-rw-r--r-- | inputmethod/skkfep/patches/patch-ab | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/inputmethod/skkfep/patches/patch-ab b/inputmethod/skkfep/patches/patch-ab new file mode 100644 index 00000000000..8e27f43e81a --- /dev/null +++ b/inputmethod/skkfep/patches/patch-ab @@ -0,0 +1,22 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 13:00:04 seb Exp $ + +--- configs/netbsd.h.orig Tue Jul 7 00:31:13 1998 ++++ configs/netbsd.h Mon Dec 20 23:53:25 1999 +@@ -1,5 +1,5 @@ + /* +- * Configuration for NetBSD-1.2 (x68k) ++ * Configuration for NetBSD + */ + + #define BSD /* My machine is BSD system */ +@@ -8,7 +8,9 @@ + #define HAVE_SETENV /* My machine has setenv() */ + #define HAVE_BSD_OPENPTY /* BSD type openpty() */ + +-#include <stdlib.h> /* just in case of NetBSD/Alpha */ ++#include <stdlib.h> ++#include <string.h> ++#include <unistd.h> + #include <util.h> /* for openpty() */ + + #if makefile_parameter |