freebsd-ports/x11-fm/offix-files/files/patch-aa
Thomas Gellekum 86222aff86 New port: Files from the OffiX package. Yet another file manager.
PR:		part of 3991
Submitted by:	Ruslan Shevchenko <ruslan@shevchenko.kiev.ua>
1998-05-06 12:27:05 +00:00

15 lines
244 B
Plaintext

--- src/Files.h.orig Fri Jan 3 14:39:21 1997
+++ src/Files.h Sat Jun 28 17:34:53 1997
@@ -29,7 +29,11 @@
#ifdef _AIX
#pragma alloca
#else
+#ifdef __FreeBSD__
+#pragma alloca
+#else
#include <alloca.h>
+#endif
#endif
#include <stdio.h>