536e500670
limited to 14 chars. - suppress messages about non existing files in make install. PR: ports/64700 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
17 lines
412 B
Text
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
|