浏览代码

vice: mark as broken

Dependencies are wrong, and it has never seen any updates, so it probably
doesn't have any users.

Will remove completely before 2010.02 unless someone fixes it.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 15 年之前
父节点
当前提交
87d74d94cc
共有 3 个文件被更改,包括 4 次插入2 次删除
  1. 1 1
      CHANGES
  2. 2 0
      package/games/vice/Config.in
  3. 1 1
      package/games/vice/vice.mk

+ 1 - 1
CHANGES

@@ -32,7 +32,7 @@
 	tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
 	tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
 	xdata_xcursor-themes, xstroke, zlib
 	xdata_xcursor-themes, xstroke, zlib
 
 
-	Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4
+	Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4, vice
 
 
 	Issues resolved (http://bugs.uclibc.org):
 	Issues resolved (http://bugs.uclibc.org):
 
 

+ 2 - 0
package/games/vice/Config.in

@@ -1,5 +1,7 @@
 config BR2_PACKAGE_VICE
 config BR2_PACKAGE_VICE
 	bool "vice"
 	bool "vice"
+	depends on BROKEN # doesn't build, wrong dependencies
+	# remove before 2010.02 release
 	help
 	help
 	  VICE is a Commodore emulator
 	  VICE is a Commodore emulator
 
 

+ 1 - 1
package/games/vice/vice.mk

@@ -9,7 +9,7 @@ VICE_SITE = http://www.viceteam.org/online
 VICE_INSTALL_STAGING = NO
 VICE_INSTALL_STAGING = NO
 VICE_INSTALL_TARGET = YES
 VICE_INSTALL_TARGET = YES
 
 
-VICE_CONF_OPT = --without-resid --with-alsa CFLAGS="-O0"
+VICE_CONF_OPT = --without-resid --with-alsa
 
 
 $(eval $(call AUTOTARGETS,package/games,vice))
 $(eval $(call AUTOTARGETS,package/games,vice))