$NetBSD: patch-ah,v 1.1 2008/02/17 03:30:10 bsadewitz Exp $

--- src/intl/gettext/dcigettext.c.orig	2008-02-16 18:45:03.000000000 -0500
+++ src/intl/gettext/dcigettext.c
@@ -28,17 +28,8 @@
 
 #include <sys/types.h>
 
-#if defined HAVE_ALLOCA_H
-#include <alloca.h>
-#else
-#ifdef _AIX
-#pragma alloca
-#else
-#ifndef HAVE_ALLOCA
+#undef HAVE_ALLOCA
 void *alloca(size_t size);
-#endif
-#endif
-#endif
 
 #include <errno.h>
 #ifndef errno
