summaryrefslogtreecommitdiff
path: root/games/ltris/patches
diff options
context:
space:
mode:
authoradam <adam>2005-01-12 16:08:46 +0000
committeradam <adam>2005-01-12 16:08:46 +0000
commitd6d112afe5b92f20c9639d29ec320dc6ed494d8d (patch)
treec6d9348e600a9306f574fb05c4afe57358341cc8 /games/ltris/patches
parent9561c1430ffc51090d8cf5109325660dd52926d8 (diff)
downloadpkgsrc-d6d112afe5b92f20c9639d29ec320dc6ed494d8d.tar.gz
Changes 1.0.7:
- added missing newlines which caused SDL error message not to be seen (30/05/14 P.H) - added range check for the starting level to prevent abnormally high scores when setting this level too high (30/05/14 P.H) - configure option --with-hiscore-path has been replaced with autoconf option --localstatedir (04/06/14 M.S.) - data files will be installed to $datadir/ltris instead of $datadir/games/ltris (04/06/14 M.S.)
Diffstat (limited to 'games/ltris/patches')
-rw-r--r--games/ltris/patches/patch-aa6
-rw-r--r--games/ltris/patches/patch-ab6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/ltris/patches/patch-aa b/games/ltris/patches/patch-aa
index b9ac2e06b07..3d71baa4e1c 100644
--- a/games/ltris/patches/patch-aa
+++ b/games/ltris/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/05/05 22:45:38 rh Exp $
+$NetBSD: patch-aa,v 1.2 2005/01/12 16:08:46 adam Exp $
---- src/Makefile.am.orig Sat Jan 12 13:04:07 2002
+--- src/Makefile.am.orig 2002-07-25 09:02:19.000000000 +0000
+++ src/Makefile.am
-@@ -18,7 +18,7 @@
+@@ -20,7 +20,7 @@ install-data-local:
$(INSTALL_DATA) figures $(DESTDIR)$(inst_dir)/figures
$(mkinstalldirs) $(DESTDIR)$(hi_dir)
if ! test -f $(DESTDIR)$(hi_dir)/ltris.hscr; then \
diff --git a/games/ltris/patches/patch-ab b/games/ltris/patches/patch-ab
index 759635b1ea4..cf2c9fe828d 100644
--- a/games/ltris/patches/patch-ab
+++ b/games/ltris/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/05/05 22:45:38 rh Exp $
+$NetBSD: patch-ab,v 1.2 2005/01/12 16:08:46 adam Exp $
---- src/Makefile.in.orig Fri Apr 19 16:45:14 2002
+--- src/Makefile.in.orig 2004-06-14 08:00:16.000000000 +0000
+++ src/Makefile.in
-@@ -412,7 +412,7 @@
+@@ -416,7 +416,7 @@ install-data-local:
$(INSTALL_DATA) figures $(DESTDIR)$(inst_dir)/figures
$(mkinstalldirs) $(DESTDIR)$(hi_dir)
if ! test -f $(DESTDIR)$(hi_dir)/ltris.hscr; then \