diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-25 20:47:12 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-25 20:47:12 +0100 |
commit | cd72e95b2909da23e2d919a550716b00c656138e (patch) | |
tree | 40ccf58f5b1ef75d4fba93511ec09c75bff63e60 /package/games/magiccube4d/magiccube4d-2_2-add-installer.patch | |
parent | c8530262260fee4b475ccca1ae04eb28433fc4eb (diff) |
package/games: remove magiccube4d
It hasn't seen any updates since it was added early 2008, upstream seems
dead and it doesn't build with modern GCC versions.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/games/magiccube4d/magiccube4d-2_2-add-installer.patch')
-rw-r--r-- | package/games/magiccube4d/magiccube4d-2_2-add-installer.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/games/magiccube4d/magiccube4d-2_2-add-installer.patch b/package/games/magiccube4d/magiccube4d-2_2-add-installer.patch deleted file mode 100644 index afe543ba3..000000000 --- a/package/games/magiccube4d/magiccube4d-2_2-add-installer.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/Makefile.in 2000-04-01 22:45:36.000000000 -0500 -+++ b/Makefile.in 2008-02-29 13:18:24.000000000 -0500 -@@ -126,6 +126,10 @@ tgz: $(SRCTGZ) - - bindist: $(BINTGZ) - -+install : -+ mkdir -p $(GAMESDIR) -+ install -c magiccube4d $(GAMESDIR) -+ - rpm: $(SRCTGZ) - rpm -ta $(SRCTGZ) - |