9461bd4a05
SdlZombies is based on a very old game that runs on ZX81 (Sinclair). http://hocwp.free.fr/sdlzombies.html
13 lines
373 B
Plaintext
13 lines
373 B
Plaintext
$OpenBSD: patch-configure_in,v 1.1.1.1 2001/07/26 19:11:51 pvalchev Exp $
|
|
--- configure.in.orig Sun Jun 3 14:02:44 2001
|
|
+++ configure.in Thu Jul 26 12:21:56 2001
|
|
@@ -21,7 +21,7 @@ AC_ARG_ENABLE( sound,
|
|
AC_SUBST(sound_flag)
|
|
|
|
dnl installation path
|
|
-sdir=$datadir/games/sdlzombies
|
|
+sdir=$datadir/sdlzombies
|
|
inst_flag="-DSRC_DIR=\\\"$sdir/\\\""
|
|
|
|
AC_ARG_ENABLE( install,
|