openbsd-ports/x11/fvwm2/patches/patch-config_h_in
shadchin 4744a7dd54 Update to 2.6.1 (@pkgpath line have flavours in order of how they appear
in the FLAVORS variable)

ok jasper@, pvalchev@ (maintainer), tested mikeb@
2011-04-26 18:50:46 +00:00

14 lines
346 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.2 2011/04/26 18:50:46 shadchin Exp $
--- config.h.in.orig Mon Aug 9 18:30:50 2010
+++ config.h.in Thu Mar 3 21:36:48 2011
@@ -558,7 +558,9 @@
#pragma alloca
# else
# ifndef alloca /* predefined by HP cc +Olibcalls */
+# ifndef __OpenBSD__
char *alloca ();
+# endif
# endif
# endif
#endif