pkgsrc/games/sarien/patches/patch-aa
jmmv 12ad0ab724 Initial import of sarien, version 0.7.0. Description follows:
Adventure Game Interpreter (AGI) for Sierra On-Line games, including
Leisure Suit Larry 1, Space Quest I and II, Police Quest I, King's
Quest I, II, and III... You will still need the actual games: Sarien
just lets them run on your box under X11.

Package provided in PR pkg/19404 by mor@linex.com with some changes by me.
2003-01-10 16:16:33 +00:00

12 lines
285 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2003/01/10 16:16:36 jmmv Exp $
--- src/filesys/unix/path.c.orig Sun Aug 5 01:59:48 2001
+++ src/filesys/unix/path.c
@@ -46,6 +46,6 @@ char* get_config_file (void)
#endif
#endif
- return "/etc/sarien.conf";
+ return PKG_SYSCONFDIR "/sarien.conf";
}