diff options
Diffstat (limited to 'devel/gmake381/files')
-rw-r--r-- | devel/gmake381/files/patch-ab | 14 | ||||
-rw-r--r-- | devel/gmake381/files/patch-make.h | 12 |
2 files changed, 0 insertions, 26 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-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 - |