summaryrefslogtreecommitdiff
path: root/games/xblockout/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-02-02 16:05:43 +0000
committerdrochner <drochner@pkgsrc.org>2007-02-02 16:05:43 +0000
commitcda37eda2c602e23770d60f72dbc381e75fcdc28 (patch)
tree5e31a94c136024108acc5e20f5ad827c46c05190 /games/xblockout/patches
parent351fae6ade6cee27ddfb0548f0a8777852ea159a (diff)
downloadpkgsrc-cda37eda2c602e23770d60f72dbc381e75fcdc28.tar.gz
import xbl-1.1.5, an almost classical 3d-tetris-alike
Diffstat (limited to 'games/xblockout/patches')
-rw-r--r--games/xblockout/patches/patch-aa14
-rw-r--r--games/xblockout/patches/patch-ab13
2 files changed, 27 insertions, 0 deletions
diff --git a/games/xblockout/patches/patch-aa b/games/xblockout/patches/patch-aa
new file mode 100644
index 00000000000..a546a43a69b
--- /dev/null
+++ b/games/xblockout/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/02/02 16:05:43 drochner Exp $
+
+--- Makefile.in.orig 2007-02-02 10:37:20.000000000 +0100
++++ Makefile.in
+@@ -128,9 +128,6 @@ install:bl
+ @-if [ "" != "$(USE_SETGID)" ] ; then \
+ echo "You use GID=$(GROUP_GID) protection" ; \
+ fi
+- @echo "Type <Return> to continue installation"
+- @echo "Type NO to stop installation"
+- @read LINE && test "" = "$$LINE"
+ #
+ # Remove old score file
+ #
diff --git a/games/xblockout/patches/patch-ab b/games/xblockout/patches/patch-ab
new file mode 100644
index 00000000000..742f74fa2c2
--- /dev/null
+++ b/games/xblockout/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2007/02/02 16:05:43 drochner Exp $
+
+--- configure.orig 2007-02-02 11:05:37.000000000 +0100
++++ configure
+@@ -775,7 +775,7 @@ ALL:
+ @echo COMPRESS=\"COMPRESS=$(COMPRESS)\"
+ @echo MANPATH=\"MANPATH=$(MANPATH)\"
+ @echo CC=\"$(CC)\"
+- @echo LDOPTIONS=\"$(LDOPTIONS)\"
++ @echo LDOPTIONS=\"$(LDOPTIONS) $(EXTRA_LOAD_FLAGS)\"
+ @echo LINT=\"LINT=$(LINT)\"
+ @echo LINTFLAGS=\"LINTFLAGS=$(LINTFLAGS)\"
+ EOF