pkgsrc/sysutils/findutils/patches/patch-ag
tnn 21d38e3e59 Update to findutils-4.2.31 and enable DESTDIR support.
The list of changes from 4.1 is long and includes a range of performance
improvements, portability fixes and a locate(1) security fix. Most of the
pkgsrc patches have also been merged or otherwise fixed upstream.
2007-10-16 00:45:52 +00:00

15 lines
309 B
Text

$NetBSD: patch-ag,v 1.4 2007/10/16 00:45:55 tnn Exp $
--- find/pred.c.orig 2007-04-22 17:43:17.000000000 +0200
+++ find/pred.c
@@ -38,6 +38,10 @@
#include "buildcmd.h"
#include "yesno.h"
+#ifdef __sgi
+#include <libgen.h>
+#endif
+
#if ENABLE_NLS
# include <libintl.h>
# define _(Text) gettext (Text)