summaryrefslogtreecommitdiff
path: root/devel/gmake381/files/patch-make.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gmake381/files/patch-make.h')
-rw-r--r--devel/gmake381/files/patch-make.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/gmake381/files/patch-make.h b/devel/gmake381/files/patch-make.h
new file mode 100644
index 000000000000..28a63d2eb076
--- /dev/null
+++ b/devel/gmake381/files/patch-make.h
@@ -0,0 +1,12 @@
+--- 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
+