freebsd-ports/japanese/skkfep/files/patch-ad
Kris Kennaway 2fad50c06e Add back the skk and skkfep ports, which were erroneously removed: the
skk port is a meta-port and (presumably) does not require skk-elisp to
run.  I have removed the skk-elisp dependency from skk.  The skkfep port
did not depend on skk-elisp explicitly, only via the skk port.
2003-08-07 05:53:18 +00:00

11 lines
355 B
Text

--- 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() */