aboutsummaryrefslogtreecommitdiffstats
path: root/misc/findutils
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>2000-06-05 23:24:24 +0800
committerhoek <hoek@FreeBSD.org>2000-06-05 23:24:24 +0800
commit2e010c4a0c8274c6a2739a0bdbd22142c1392e1c (patch)
tree453d73e512915914d26bac9e1fb01a65967f5743 /misc/findutils
parent683fe1252e7bd599d46285229f95845d5b4af2f7 (diff)
downloadfreebsd-ports-gnome-2e010c4a0c8274c6a2739a0bdbd22142c1392e1c.tar.gz
freebsd-ports-gnome-2e010c4a0c8274c6a2739a0bdbd22142c1392e1c.tar.zst
freebsd-ports-gnome-2e010c4a0c8274c6a2739a0bdbd22142c1392e1c.zip
In MAINTAINER's words: (patch-ab) resolves a redefintion of a macro.
(to lib/regex.h).
Diffstat (limited to 'misc/findutils')
-rw-r--r--misc/findutils/files/patch-ab10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/findutils/files/patch-ab b/misc/findutils/files/patch-ab
new file mode 100644
index 000000000000..546f317d9ea2
--- /dev/null
+++ b/misc/findutils/files/patch-ab
@@ -0,0 +1,10 @@
+--- lib/regex.h.orig Thu Feb 10 12:27:41 2000
++++ lib/regex.h Thu Feb 10 12:26:55 2000
+@@ -23,6 +23,7 @@
+ /* POSIX says that <sys/types.h> must be included (by the caller) before
+ <regex.h>. */
+
++#include <sys/syslimits.h>
+ #ifdef VMS
+ /* VMS doesn't have `size_t' in <sys/types.h>, even though POSIX says it
+ should be there. */