aboutsummaryrefslogtreecommitdiff
path: root/devel/gmake381/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gmake381/files')
-rw-r--r--devel/gmake381/files/patch-ab14
-rw-r--r--devel/gmake381/files/patch-glob.c19
-rw-r--r--devel/gmake381/files/patch-glob.h20
-rw-r--r--devel/gmake381/files/patch-make.h12
4 files changed, 0 insertions, 65 deletions
diff --git a/devel/gmake381/files/patch-ab b/devel/gmake381/files/patch-ab
deleted file mode 100644
index 4d7d9551e18b..000000000000
--- a/devel/gmake381/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- doc/make.texi.orig Mon Oct 7 22:57:59 2002
-+++ doc/make.texi Mon Oct 7 22:58:03 2002
-@@ -25,9 +25,9 @@
- @c Combine the program and concept indices:
- @syncodeindex pg cp
-
--@dircategory GNU Packages
-+@dircategory Programming & development tools
- @direntry
--* Make: (make). Remake files automatically.
-+* GNU make: (make). Remake files automatically.
- @end direntry
-
- @ifinfo
diff --git a/devel/gmake381/files/patch-glob.c b/devel/gmake381/files/patch-glob.c
deleted file mode 100644
index 3c67554921b6..000000000000
--- a/devel/gmake381/files/patch-glob.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- glob/glob.c.orig Wed Sep 25 03:11:43 2002
-+++ glob/glob.c Wed Sep 25 03:15:32 2002
-@@ -215,13 +215,13 @@
- # ifdef HAVE_ALLOCA_H
- # include <alloca.h>
- # else /* Not HAVE_ALLOCA_H. */
--# ifndef _AIX
-+# if !defined (_AIX) && !defined (__FreeBSD__)
- # ifdef WINDOWS32
- # include <malloc.h>
- # else
- extern char *alloca ();
- # endif /* WINDOWS32 */
--# endif /* Not _AIX. */
-+# endif /* Not _AIX && not __FreeBSD__. */
- # endif /* sparc or HAVE_ALLOCA_H. */
- # endif /* GCC. */
-
-
diff --git a/devel/gmake381/files/patch-glob.h b/devel/gmake381/files/patch-glob.h
deleted file mode 100644
index 1d1985248735..000000000000
--- a/devel/gmake381/files/patch-glob.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- glob/glob.h.orig Sat Jan 22 00:43:03 2000
-+++ glob/glob.h Fri Aug 23 02:37:03 2002
-@@ -47,6 +47,9 @@
-
- /* We need `size_t' for the following definitions. */
- #ifndef __size_t
-+#if defined __FreeBSD__
-+#define __size_t size_t
-+#else
- # if defined __GNUC__ && __GNUC__ >= 2
- typedef __SIZE_TYPE__ __size_t;
- # else
-@@ -59,6 +62,7 @@
- */
- #if !(defined __DECC && defined __SIZE_T)
- typedef unsigned long int __size_t;
-+#endif
- #endif
- # endif
- #else
diff --git a/devel/gmake381/files/patch-make.h b/devel/gmake381/files/patch-make.h
deleted file mode 100644
index 28a63d2eb076..000000000000
--- a/devel/gmake381/files/patch-make.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- make.h.orig Wed Sep 11 18:55:44 2002
-+++ make.h Mon Oct 21 22:05:11 2002
-@@ -33,7 +33,7 @@
- # ifdef _AIX
- #pragma alloca
- # else
--# ifndef alloca /* predefined by HP cc +Olibcalls */
-+# if !defined (alloca) && !defined (__FreeBSD__) /* predefined by HP cc +Olibcalls, part of stdlib.h on FreeBSD */
- char *alloca ();
- # endif
- # endif
-