diff options
author | drochner <drochner@pkgsrc.org> | 2010-12-03 18:49:22 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-12-03 18:49:22 +0000 |
commit | 8660d3f0b115d61b259e1d6137b5c2341f38bf77 (patch) | |
tree | e6e893bdb8c14ca25a7cd150c5c0b55d08bf4519 /games/ltris/patches | |
parent | 2597755e819f7a315591da0f0567e07f1ea59c16 (diff) | |
download | pkgsrc-8660d3f0b115d61b259e1d6137b5c2341f38bf77.tar.gz |
update to 1.0.15
changes:
-desktop menu/icon support
-fixes
-translation updates
Diffstat (limited to 'games/ltris/patches')
-rw-r--r-- | games/ltris/patches/patch-ab | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/games/ltris/patches/patch-ab b/games/ltris/patches/patch-ab index cf2c9fe828d..807f196ef54 100644 --- a/games/ltris/patches/patch-ab +++ b/games/ltris/patches/patch-ab @@ -1,8 +1,17 @@ -$NetBSD: patch-ab,v 1.2 2005/01/12 16:08:46 adam Exp $ +$NetBSD: patch-ab,v 1.3 2010/12/03 18:49:23 drochner Exp $ ---- src/Makefile.in.orig 2004-06-14 08:00:16.000000000 +0000 +--- src/Makefile.in.orig 2010-09-20 17:23:27.000000000 +0000 +++ src/Makefile.in -@@ -416,7 +416,7 @@ install-data-local: +@@ -226,7 +226,7 @@ ltris_SOURCES = sdl.c menu.c item.c mana + list.c tools.c config.c chart.c tetris.c bowl.c shrapnells.c cpu.c hint.c \ + parser.c + +-ltris_LDADD = @mixer_flag@ ++ltris_LDADD = @mixer_flag@ @LTLIBINTL@ + EXTRA_DIST = sdl.c menu.c item.c manager.c value.c main.c audio.c event.c \ + list.c tools.c config.c chart.c tetris.c bowl.c shrapnells.c cpu.c \ + sdl.h menu.h item.h manager.h value.h audio.h event.h list.h tools.h \ +@@ -612,7 +612,7 @@ install-data-local: $(INSTALL_DATA) figures $(DESTDIR)$(inst_dir)/figures $(mkinstalldirs) $(DESTDIR)$(hi_dir) if ! test -f $(DESTDIR)$(hi_dir)/ltris.hscr; then \ |