openbsd-ports/x11/xfm/patches/patch-ab
kevlo aa1501e648 - Update to version 1.4.2 and MASTER_SITES
- Remove FAKE=Yes and USE_IMAKE -> CONFIGURE_STYLE
- Add @comment to PLIST
2000-08-01 09:47:28 +00:00

18 lines
275 B
Plaintext

--- src/Fm.h.orig Tue Aug 1 09:09:35 2000
+++ src/Fm.h Tue Aug 1 09:16:04 2000
@@ -19,10 +19,14 @@
#include <malloc.h>
#endif
+#ifdef __OpenBSD__
+#include <stdlib.h>
+#else
#ifdef _AIX
#pragma alloca
#else
#include <alloca.h>
+#endif
#endif
#include <stdio.h>