summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-11-23 11:30:07 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-11-23 11:31:54 +0100
commit87d74d94ccedc0724681e256573ba42cb9fa8593 (patch)
tree99a6de5ca8b01d3dd6de0796b8c70a78c1605433
parent2795e3d902def40679c01336c4c263df2a1a0f10 (diff)
downloadbuildroot-novena-87d74d94ccedc0724681e256573ba42cb9fa8593.tar.gz
buildroot-novena-87d74d94ccedc0724681e256573ba42cb9fa8593.zip
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>
-rw-r--r--CHANGES2
-rw-r--r--package/games/vice/Config.in2
-rw-r--r--package/games/vice/vice.mk2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index ff911fffd..f1cec363d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -32,7 +32,7 @@
tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
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):
diff --git a/package/games/vice/Config.in b/package/games/vice/Config.in
index 48967e466..e4c5621c5 100644
--- a/package/games/vice/Config.in
+++ b/package/games/vice/Config.in
@@ -1,5 +1,7 @@
config BR2_PACKAGE_VICE
bool "vice"
+ depends on BROKEN # doesn't build, wrong dependencies
+ # remove before 2010.02 release
help
VICE is a Commodore emulator
diff --git a/package/games/vice/vice.mk b/package/games/vice/vice.mk
index b04b8920d..305809d2c 100644
--- a/package/games/vice/vice.mk
+++ b/package/games/vice/vice.mk
@@ -9,7 +9,7 @@ VICE_SITE = http://www.viceteam.org/online
VICE_INSTALL_STAGING = NO
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))