pkgsrc/x11/xpmroot/patches/patch-aa
martti ce475c2710 Updated xpmroot to 2.4.19 (to match the current fvwm2 version). There are
no changes in the xpmroot code...

Some pkglint -Wall fixes.
2006-12-12 06:48:56 +00:00

13 lines
431 B
Text

$NetBSD: patch-aa,v 1.8 2006/12/12 06:48:56 martti Exp $
--- config.h.in.orig 2006-12-09 11:54:06.000000000 +0000
+++ config.h.in 2006-12-12 08:44:04.000000000 +0000
@@ -432,6 +432,8 @@
#else
# ifdef _AIX
#pragma alloca
+# elif defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__)
+# include <stdlib.h>
# else
# ifndef alloca /* predefined by HP cc +Olibcalls */
char *alloca ();