diff options
Diffstat (limited to 'japanese/skkfep/files/patch-ad')
-rw-r--r-- | japanese/skkfep/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/skkfep/files/patch-ad b/japanese/skkfep/files/patch-ad new file mode 100644 index 000000000000..ece91c1f5aa9 --- /dev/null +++ b/japanese/skkfep/files/patch-ad @@ -0,0 +1,11 @@ +--- configs/freebsd.h.orig Tue Jul 7 00:31:14 1998 ++++ configs/freebsd.h Fri Aug 23 02:40:05 2002 +@@ -7,6 +7,8 @@ + + #define HAVE_SETENV /* My machine has setenv() */ + ++#define NO_MALLOC_H /* no <malloc.h> */ ++ /* (has <sys/malloc.h> but not needed) */ + #define HAVE_BSD_OPENPTY /* BSD type openpty() */ + /*#include <libutil.h> /* for openpty() */ + |