aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ispell/files
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2004-03-26 03:02:12 +0800
committerjmz <jmz@FreeBSD.org>2004-03-26 03:02:12 +0800
commit70cb503a01cc02890dd6d53570c60eb37f7a3419 (patch)
tree2ef0d375e400cda0b1b151633517989be2d4f54b /textproc/ispell/files
parent7158fe4362f2aab47f3e3be6b01d5be9e66c75db (diff)
downloadfreebsd-ports-graphics-70cb503a01cc02890dd6d53570c60eb37f7a3419.tar.gz
freebsd-ports-graphics-70cb503a01cc02890dd6d53570c60eb37f7a3419.tar.zst
freebsd-ports-graphics-70cb503a01cc02890dd6d53570c60eb37f7a3419.zip
- 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>
Diffstat (limited to 'textproc/ispell/files')
-rw-r--r--textproc/ispell/files/patch-aa31
1 files changed, 17 insertions, 14 deletions
diff --git a/textproc/ispell/files/patch-aa b/textproc/ispell/files/patch-aa
index 2841968d5e1..10afd57e634 100644
--- a/textproc/ispell/files/patch-aa
+++ b/textproc/ispell/files/patch-aa
@@ -1,14 +1,17 @@
-*** config.X.bak Mon Jan 23 21:28:24 1995
---- config.X Tue Dec 16 18:49:29 1997
-***************
-*** 107,115 ****
-
- #include <sys/param.h>
- #include <sys/types.h>
-- #ifndef USG
-- #include <sys/dir.h>
-- #endif /* USG */
-
- /*
- ** Things that normally go in a Makefile. Define these just like you
---- 107,112 ----
+--- 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