openbsd-ports/games/wordwarvi/patches/patch-wwvi_font_c
kili 0a3dd03365 Word War vi is your basic side-scrolling shoot 'em up '80s style arcade
game. You pilot your "vi"per craft through core memory, rescuing lost
.swp files, avoiding OS defenses, and wiping out those memory hogging
emacs processes. When all the lost .swp files are rescued, head for the
socket which will take you to the next node in the cluster.

From maintainer Pascal Stumpf.

ok landry@

Note: this is *not* the version sent to ports@, it's a shiny new
release of wordwarvi.
2011-06-13 20:33:19 +00:00

17 lines
335 B
Plaintext

$OpenBSD: patch-wwvi_font_c,v 1.1.1.1 2011/06/13 20:33:19 kili Exp $
--- wwvi_font.c.orig Tue May 24 23:47:13 2011
+++ wwvi_font.c Tue May 24 23:48:08 2011
@@ -19,7 +19,12 @@
*/
+#include <sys/param.h>
+#ifndef BSD
#include <malloc.h>
+#else
+#include <stdlib.h>
+#endif
#include <string.h>
#define WWVI_FONT_DEFINE_GLOBALS