pkgsrc-wip/tuxanci-server/patches/patch-ab
Ondrej Tuma 65b620c25c Import tuxanci-server-0.20.0 as wip/tuxanci-server.
Tuxanci are czechoslovak multiplatform action game. In the begining it was
inspired by czech game Bulanci (which is however only for MS Windows), but
now it goes its own way. The game is programmed in language C and the rendering
core is based on SDL library. Man can play two-players game on one computer
or in network multiplayer.
2008-11-10 13:38:07 +00:00

13 lines
525 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2008/11/10 13:38:07 ondratu Exp $
--- src/base/path.h.orig 2008-07-29 21:48:58.000000000 +0200
+++ src/base/path.h
@@ -24,7 +24,7 @@
#define PATH_DIR PREFIX "/share/tuxanci-server/"
#ifndef __WIN32__
#define PATH_MODULES PREFIX "/lib/tuxanci-server/"
- #define SERVER_CONFIG "/etc/tuxanci-server/server.conf"
+ #define SERVER_CONFIG PREFIX "/etc/tuxanci-server/server.conf"
#else
#define PATH_MODULES PREFIX "/bin/"
#define SERVER_CONFIG PREFIX "/etc/tuxanci-server/server.conf"