summaryrefslogtreecommitdiff
path: root/devel/bmake/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/patches/patch-aa')
-rw-r--r--devel/bmake/patches/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/bmake/patches/patch-aa b/devel/bmake/patches/patch-aa
deleted file mode 100644
index bec4827bf74..00000000000
--- a/devel/bmake/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2005/10/31 21:34:24 reed Exp $
-
---- bmake/var.c 2005-09-03 15:15:09.000000000 -0700
-+++ var.c 2005-09-16 16:48:52.000000000 -0700
-@@ -125,7 +125,16 @@
-
- #ifndef NO_REGEX
- #include <sys/types.h>
-+#include <nbcompat/nbconfig.h>
-+/* bmake supplies its own <sys/cdefs.h> so this header is always present. */
-+#ifndef HAVE_SYS_CDEFS_H
-+#define HAVE_SYS_CDEFS_H 1
-+#endif
-+#if HAVE_REGEX_H
- #include <regex.h>
-+#else
-+#include <nbcompat/regex.h>
-+#endif
- #endif
- #include <ctype.h>
- #include <stdlib.h>