pkgsrc/games/xbat/patches/patch-ab
obache 9dfcb0ff38 Some improves and fixes:
* Fix permissions of data files. noted in PR 38912.
 * Put data files in share, instead of lib.
 * Put score files in ${VARBASE}, and use SETGIDGAME.
 * Include string.h to suppress warnings.

Bump PKGREVISION.
2008-06-10 13:20:00 +00:00

12 lines
289 B
Text

$NetBSD: patch-ab,v 1.1 2008/06/10 13:20:00 obache Exp $
--- xev.h.orig 1997-03-14 04:08:26.000000000 +0000
+++ xev.h
@@ -5,6 +5,7 @@
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
+#include <string.h>
#include "colorlist.h"
#define ABS(x) ( ( (x) > 0 ) ? (x) : -(x))