diff options
author | snj <snj> | 2004-03-10 00:53:37 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-10 00:53:37 +0000 |
commit | 2bf6171286a646ea85f0a7fc9b705f1e15ca0071 (patch) | |
tree | f496956fd26eb37b2982039f9abbcfeac754e2f3 /games/tileworld/patches | |
parent | 1ceddcc6ae77203a4a6712bf81843e250643520f (diff) | |
download | pkgsrc-2bf6171286a646ea85f0a7fc9b705f1e15ca0071.tar.gz |
Use bl3, update to 1.1.3. Changes:
* Added -a cmdline switch to help improve sound.
* New images for the chip and the socket
* Added -f switch to get fullscreen mode
* Display code rewritten. Faster all around.
* Miscellaneous other bugfixes
Diffstat (limited to 'games/tileworld/patches')
-rw-r--r-- | games/tileworld/patches/patch-aa | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/games/tileworld/patches/patch-aa b/games/tileworld/patches/patch-aa index 5e54557772a..8eda296e2ef 100644 --- a/games/tileworld/patches/patch-aa +++ b/games/tileworld/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/02/15 08:13:20 salo Exp $ +$NetBSD: patch-aa,v 1.2 2004/03/10 00:53:37 snj Exp $ ---- Makefile.in.orig Thu Apr 25 16:02:56 2002 -+++ Makefile.in Sat Feb 15 08:41:09 2003 -@@ -68,14 +68,14 @@ +--- Makefile.in.orig 2002-04-25 07:02:56.000000000 -0700 ++++ Makefile.in 2004-03-09 16:45:56.000000000 -0800 +@@ -68,14 +68,14 @@ err.o : err.c oshw.h err.h # comptime.h: @@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/02/15 08:13:20 salo Exp $ # # Resources -@@ -89,17 +89,15 @@ +@@ -89,17 +89,18 @@ tworldres.o: tworld.ico # install: tworld @@ -43,6 +43,9 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/02/15 08:13:20 salo Exp $ + ${BSD_INSTALL_DATA} resources/rc resources/*.bmp \ + resources/*.wav $(sharedir)/res/ + ${BSD_INSTALL_MAN} docs/tworld.6 $(mandir)/man6/ ++ ${BSD_INSTALL_DATA_DIR} $(prefix)/share/doc/tworld ++ ${BSD_INSTALL_DATA} README $(prefix)/share/doc/tworld/ ++ ${BSD_INSTALL_DATA} docs/tworld.html $(prefix)/share/doc/tworld/ clean: rm -f $(OBJS) tworld mklynxcc comptime.h config.* |