$NetBSD: patch-aa,v 1.11 2010/08/07 06:31:16 wiz Exp $

--- make.h.orig	2010-07-20 13:12:06.000000000 +0000
+++ make.h
@@ -36,7 +36,7 @@ this program.  If not, see <http://www.g
  #pragma alloca
 # else
 #  if !defined(__GNUC__) && !defined(WINDOWS32)
-#   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
