freebsd-ports/textproc/ispell/files/patch-aa
Jean-Marc Zucconi 536e500670 - define MAXPATHLEN in confix.X so that names of backup files are not
limited to 14 chars.
- suppress messages about non existing files in make install.

PR:		ports/64700
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
2004-03-25 19:02:12 +00:00

17 lines
412 B
Text

--- config.X.orig Wed Jul 25 23:51:45 2001
+++ config.X Thu Mar 25 19:54:53 2004
@@ -168,9 +168,11 @@
#include <sys/param.h>
#include <sys/types.h>
-#ifndef USG
-#include <sys/dir.h>
-#endif /* USG */
+
+/* Support MAXNAMLEN greater than 14 on FreeBSD; this is not in
+ * sys/param.h for obvious reasons.
+ */
+#include <dirent.h>
/*
** Things that normally go in a Makefile. Define these just like you