Commit cd72e95b authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent c8530262
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ endmenu
menu "Games"
source "package/games/ace_of_penguins/Config.in"
source "package/games/gnuchess/Config.in"
source "package/games/magiccube4d/Config.in"
source "package/games/prboom/Config.in"
source "package/games/doom-wad/Config.in"
source "package/games/rubix/Config.in"
+0 −11
Original line number Diff line number Diff line
config BR2_PACKAGE_MAGICCUBE4D
	bool "magiccube4d"
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_PACKAGE_XORG7
	help
	  Another rubiks cube-like game in 4D

	  http://avr32linux.org/twiki/bin/viewfile/Main

comment "magiccube4d requires a toolchain with C++ support enabled"
	depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_XORG7
+0 −13
Original line number Diff line number Diff line
--- 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)
 
+0 −11
Original line number Diff line number Diff line
--- a/configure	2000-02-10 23:19:34.000000000 -0500
+++ b/configure	2008-02-29 13:12:33.000000000 -0500
@@ -686,7 +686,7 @@ fi
 
 
 if test "$GXX" = "yes" ; then
-   WFLAGS="$WFLAGS -pedantic -Wall -W -Wunused -Werror"
+   WFLAGS="$WFLAGS -pedantic -Wall -W -Wunused"
 fi
 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
 echo "configure:693: checking how to run the C preprocessor" >&5
+0 −15
Original line number Diff line number Diff line
#############################################################
#
# magiccube4d
#
#############################################################
MAGICCUBE4D_VERSION = 2_2
MAGICCUBE4D_SOURCE = magiccube4d-src-$(MAGICCUBE4D_VERSION).tar.gz
MAGICCUBE4D_SITE = http://avr32linux.org/twiki/pub/Main/MagicCube4D
MAGICCUBE4D_INSTALL_STAGING = NO
MAGICCUBE4D_INSTALL_TARGET = YES
MAGICCUBE4D_INSTALL_TARGET_OPT = GAMESDIR=$(TARGET_DIR)/usr/games install
MAGICCUBE4D_DEPENDENCIES = xserver_xorg-server

$(eval $(call AUTOTARGETS,package/games,magiccube4d))