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